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 51e552a commit c86548eCopy full SHA for c86548e
.github/workflows/ci.yml
@@ -300,7 +300,10 @@ jobs:
300
# Temporarily disable armv7-unknown-linux-uclibceabihf
301
# https://github.com/nix-rust/nix/issues/2200
302
#- target: armv7-unknown-linux-uclibceabihf
303
- - target: x86_64-unknown-haiku
+
304
+ # https://github.com/nix-rust/nix/issues/2441
305
+ # - target: x86_64-unknown-haiku
306
307
# Disable hurd due to
308
# https://github.com/nix-rust/nix/issues/2306
309
# - target: i686-unknown-hurd-gnu
0 commit comments