Archived
1
0
forked from rarias/bscpkgs

Add SYCL test compilation

This commit is contained in:
2025-04-11 15:03:15 +02:00
parent 3df07dcf4b
commit 00ea3bb7a8
2 changed files with 56 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ in bscPkgs // {
#sigsegv = callPackage ./test/reproducers/sigsegv.nix { };
hello-c = callPackage ./test/compilers/hello-c.nix { };
hello-cpp = callPackage ./test/compilers/hello-cpp.nix { };
hello-sycl = callPackage ./test/compilers/hello-sycl.nix { };
lto = callPackage ./test/compilers/lto.nix { };
asan = callPackage ./test/compilers/asan.nix { };
intel2023-icx-c = hello-c.override { stdenv = final.intelPackages_2023.stdenv; };