We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab23c3 commit 5d47e15Copy full SHA for 5d47e15
.github/workflows/ci.yml
@@ -299,7 +299,9 @@ jobs:
299
# Temporarily disable armv7-unknown-linux-uclibceabihf
300
# https://github.com/nix-rust/nix/issues/2200
301
#- target: armv7-unknown-linux-uclibceabihf
302
- - target: x86_64-unknown-haiku
+ # Temporarily disable x86_64-unknown-haiku
303
+ # https://github.com/nix-rust/nix/issues/2350
304
+ #- target: x86_64-unknown-haiku
305
# Disable hurd due to
306
# https://github.com/nix-rust/nix/issues/2306
307
# - target: i686-unknown-hurd-gnu
0 commit comments