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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index/ut/utilada/utilada-2.7.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ UTIL_OS = "win64"
disabled = true

[origin]
commit = "716869dbd336387d5d80db3e7565586d34fc5d76"
commit = "f98f7d02798d00e10660ec49d46e175f8748be56"
url = "git+https://gitlab.com/stcarrez/ada-util.git"

25 changes: 14 additions & 11 deletions index/ut/utilada_aws/utilada_aws-2.7.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,19 @@ An alternate HTTP backend is provided by CURL with `utilada_curl`.

[[depends-on]]
utilada = "^2.7.0"
aws = "^24.0"

[[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"

[gpr-externals]
UTIL_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
Expand All @@ -38,20 +50,11 @@ UTIL_AWS_IMPL = ["1", "2", "3"]
[gpr-set-externals]
UTIL_AWS_IMPL = "3"

# AWS is broken on Windows
[available.'case(os)']
linux = true
freebsd = true
macos = true
windows = false
'...' = false


[configuration]
disabled = true

[origin]
commit = "716869dbd336387d5d80db3e7565586d34fc5d76"
commit = "f98f7d02798d00e10660ec49d46e175f8748be56"
subdir = "./.alire/aws/"
url = "git+https://gitlab.com/stcarrez/ada-util.git"

2 changes: 1 addition & 1 deletion index/ut/utilada_curl/utilada_curl-2.7.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
disabled = true

[origin]
commit = "716869dbd336387d5d80db3e7565586d34fc5d76"
commit = "f98f7d02798d00e10660ec49d46e175f8748be56"
subdir = "./.alire/curl/"
url = "git+https://gitlab.com/stcarrez/ada-util.git"

2 changes: 1 addition & 1 deletion index/ut/utilada_lzma/utilada_lzma-2.7.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
disabled = true

[origin]
commit = "716869dbd336387d5d80db3e7565586d34fc5d76"
commit = "f98f7d02798d00e10660ec49d46e175f8748be56"
subdir = "./.alire/lzma/"
url = "git+https://gitlab.com/stcarrez/ada-util.git"

2 changes: 1 addition & 1 deletion index/ut/utilada_unit/utilada_unit-2.7.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
disabled = true

[origin]
commit = "716869dbd336387d5d80db3e7565586d34fc5d76"
commit = "f98f7d02798d00e10660ec49d46e175f8748be56"
subdir = "./.alire/unit/"
url = "git+https://gitlab.com/stcarrez/ada-util.git"

2 changes: 1 addition & 1 deletion index/ut/utilada_xml/utilada_xml-2.7.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
disabled = true

[origin]
commit = "716869dbd336387d5d80db3e7565586d34fc5d76"
commit = "f98f7d02798d00e10660ec49d46e175f8748be56"
subdir = "./.alire/xml/"
url = "git+https://gitlab.com/stcarrez/ada-util.git"

Loading