Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ada Utility 2.7.0 with AWS enabled for Windows #1183

Merged
merged 5 commits into from
Aug 26, 2024

Conversation

stcarrez
Copy link
Contributor

According to @Fabien-Chouteau, building AWS should work on Windows (see alire-project/alire#1710), let's see if the automated GitHub build actions are now functional.

@AJ-Ianozi
Copy link
Contributor

I'm fairly certain this issue is AdaCore/aws#380

I got around it by adding this to alire.toml for the time being:

[[depends-on]]
# See https://github.com/AdaCore/aws/issues/380
# and https://github.com/alire-project/alire/issues/1710
[depends-on.'case(os)'.windows]
aws = "^23.0.0"
xmlada = "^23.0.0"
gnatcoll = "^23.0.0"

[depends-on.'case(os)'.'...']
aws = "^24.0.0"
xmlada = "^24.0.0"
gnatcoll = "^24.0.0"

(this doesn't help if you actually need version 24 on windows, but it will build until something is fixed)

@mosteo mosteo merged commit afa6d2a into alire-project:stable-1.3.0 Aug 26, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants