Skip to content

Commit

Permalink
Workarround to submit utilada_aws crate: disable Windows
Browse files Browse the repository at this point in the history
The root cause is aws that fails to build the awsres binary on Windows.
See alire-project/alire#1710
  • Loading branch information
stcarrez committed Jun 30, 2024
1 parent 74db80c commit 716869d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .alire/aws/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,14 @@ 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

0 comments on commit 716869d

Please sign in to comment.