File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 5252 - name : clang-20
5353 shell : ci_clang20
5454 darwin : True
55+ - name : clang-21
56+ shell : ci_clang21
57+ darwin : True
5558 # CPU flags are not correctly passed to the zig assembler
5659 # https://github.com/ziglang/zig/issues/23576
5760 # We therefore only test the C backend
Original file line number Diff line number Diff line change 5252 gcc48 = pkgs-2405 . gcc48 ;
5353 gcc49 = pkgs-2405 . gcc49 ;
5454 gcc7 = pkgs-2405 . gcc7 ;
55+ clang_21 = pkgs-unstable . clang_21 ;
5556 } )
5657 ] ;
5758 } ;
115116 devShells . ci_clang18 = util . mkShellWithCC' pkgs . clang_18 ;
116117 devShells . ci_clang19 = util . mkShellWithCC' pkgs . clang_19 ;
117118 devShells . ci_clang20 = util . mkShellWithCC' pkgs . clang_20 ;
119+ devShells . ci_clang21 = util . mkShellWithCC' pkgs . clang_21 ;
118120
119121 devShells . ci_zig0_12 = util . mkShellWithCC' ( zigWrapCC pkgs . zig_0_12 ) ;
120122 devShells . ci_zig0_13 = util . mkShellWithCC' ( zigWrapCC pkgs . zig_0_13 ) ;
You can’t perform that action at this time.
0 commit comments