From 4bce6c96d0c49161b840796b277baab7972c0214 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 12 Oct 2025 15:42:56 +0200 Subject: Fixed and added Array for sycl --- modules/remote-sycl/.nix/derivation.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/remote-sycl/.nix') diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix index 33317eb..bf40e89 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -11,7 +11,7 @@ , python3 , bash -, build_examples ? "true" +, build_examples ? "false" , build_benchmarks ? "true" }: @@ -54,12 +54,12 @@ in stdenv.mkDerivation { scons prefix=$out build_benchmarks=${build_benchmarks} build_examples=${build_examples} install ''; - doCheck = true; + doCheck = true; checkPhase = '' export ACPP_APPDB_DIR=. - scons test - ./bin/tests - ''; + scons test + ./bin/tests + ''; - outputs = ["out" "dev"]; + outputs = ["out" "dev"]; } -- cgit v1.2.3