From 91a5bdb3447e1526a75a38c5d3d8fc611349f8bc Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 14 Mar 2023 10:32:59 +0100 Subject: [PATCH] Add comment about __noChroot in OmpSs-2 test --- test/compilers/ompss2.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/compilers/ompss2.nix b/test/compilers/ompss2.nix index b2862d4..7041f37 100644 --- a/test/compilers/ompss2.nix +++ b/test/compilers/ompss2.nix @@ -25,7 +25,9 @@ stdenv.mkDerivation rec { hardeningDisable = [ "all" ]; NIX_DEBUG = 1; buildInputs = [ strace gdb ]; - __noChroot = true; # Required for NODES + # NODES requires access to /sys/devices to request NUMA information. It will + # fail to run otherwise, so we disable the sandbox for this test. + __noChroot = true; buildPhase = '' set -x echo CC=$CC