File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 # our cc wrapper arguments
6363 CFLAGS = "-Werror -Wno-unused-command-line-argument" ;
6464 } ) ) ;
65- build-sanitized-clang = forAllSystems ( system : self . hydraJobs . build-sanitized . ${ system } . override {
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 {
6667 stdenv = nixpkgsFor . ${ system } . libcxxStdenv ;
6768 } ) ;
6869
7576 self . hydraJobs . build-sanitized . x86_64-linux
7677 self . hydraJobs . build-sanitized . i686-linux
7778 self . hydraJobs . build-sanitized-clang . x86_64-linux
78- self . hydraJobs . build-sanitized-clang . i686-linux
7979 ] ;
8080 meta . description = "Release-critical builds" ;
8181 } ;
You can’t perform that action at this time.
0 commit comments