utilada 2.7.0 (#1183)

* Add Ada Utility Library 2.7.0 crate

* Update utilada_aws crate to disable Windows because AWS is broken on that host

* Submit update Ada Utility Crate 2.7.0 with Windows re-enabled for AWS

* Try to use AWS 23.0 on Windows since AWS 24.0 is broken
This commit is contained in:
Stephane Carrez
2024-08-26 14:05:01 +02:00
committed by GitHub
parent b2fdbad4f6
commit afa6d2a4a2
6 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -67,6 +67,6 @@ UTIL_OS = "win64"
disabled = true
[origin]
commit = "716869dbd336387d5d80db3e7565586d34fc5d76"
commit = "f98f7d02798d00e10660ec49d46e175f8748be56"
url = "git+https://gitlab.com/stcarrez/ada-util.git"
+14 -11
View File
@@ -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"]
@@ -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"
@@ -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"
@@ -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"
@@ -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"
+1 -1
View File
@@ -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"