Skip to content

Commit 238962a

Browse files
committed
disable aarch64 clang build
1 parent d54b308 commit 238962a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flake.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@
6262
# our cc wrapper arguments
6363
CFLAGS = "-Werror -Wno-unused-command-line-argument";
6464
}));
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 {
65+
66+
# 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 {
6768
stdenv = nixpkgsFor.${system}.llvmPackages_latest.libcxxStdenv;
6869
});
6970

0 commit comments

Comments
 (0)