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 d54b308 commit 238962aCopy full SHA for 238962a
flake.nix
@@ -62,8 +62,9 @@
62
# our cc wrapper arguments
63
CFLAGS = "-Werror -Wno-unused-command-line-argument";
64
}));
65
- # 32-bit clangStdenv seems broken in nixpkgs
66
- build-sanitized-clang = nixpkgs.lib.genAttrs [ "x86_64-linux" "aarch64-linux" ] (system: self.hydraJobs.build-sanitized.${system}.override {
+
+ # x86_64-linux seems to be only working clangStdenv at the moment
67
+ build-sanitized-clang = nixpkgs.lib.genAttrs [ "x86_64-linux" ] (system: self.hydraJobs.build-sanitized.${system}.override {
68
stdenv = nixpkgsFor.${system}.llvmPackages_latest.libcxxStdenv;
69
});
70
0 commit comments