Skip to content

Commit

Permalink
Disable for Windows and MacOS since the automated build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Sep 29, 2024
1 parent f70fb23 commit e005f55
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index/ut/utilada_aws/utilada_aws-2.6.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ project-files = [".alire/aws/utilada_aws.gpr"]
tags = ["web", "http"]
website = "https://gitlab.com/stcarrez/ada-util"

[available.'case(os)']
linux = true
freebsd = true
windows = false
macos = false
'...' = false

[[depends-on]]
utilada = "^2.6.0"

# 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"
Expand Down

0 comments on commit e005f55

Please sign in to comment.