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:
@@ -67,6 +67,6 @@ UTIL_OS = "win64"
|
||||
disabled = true
|
||||
|
||||
[origin]
|
||||
commit = "716869dbd336387d5d80db3e7565586d34fc5d76"
|
||||
commit = "f98f7d02798d00e10660ec49d46e175f8748be56"
|
||||
url = "git+https://gitlab.com/stcarrez/ada-util.git"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user