Compare commits
11 Commits
15a1014280
...
39ccc19282
| Author | SHA1 | Date | |
|---|---|---|---|
|
39ccc19282
|
|||
|
a1086d8c67
|
|||
|
2b5abf4990
|
|||
|
67a7abbb70
|
|||
|
dc96b999cb
|
|||
|
9d2604ebb8
|
|||
|
68b74f61fe
|
|||
|
88f480fddf
|
|||
|
0b0de30d12
|
|||
|
745b435dba
|
|||
|
d60713ef9e
|
@@ -95,7 +95,6 @@ let
|
||||
wrappedCCIntel = wrapCCWith {
|
||||
inherit bintools extraPackages;
|
||||
cc = cc.override { gcc = gcc13; }; # Intel uses gcc13, so we have to match it
|
||||
gccForLibs = gcc13;
|
||||
# extraPackages adds packages to depsTargetTargetPropagated
|
||||
extraBuildCommands = intelExtraBuildCommands + envExports;
|
||||
};
|
||||
|
||||
@@ -44,12 +44,13 @@ intelPackages.stdenv.mkDerivation {
|
||||
dontUnpack = true;
|
||||
dontConfigure = true;
|
||||
|
||||
# NODES requires access to /sys/devices to request NUMA information
|
||||
requiredSystemFeatures = [ "sys-devices" ];
|
||||
# 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;
|
||||
|
||||
env.NODES_HOME = nodes;
|
||||
|
||||
NIX_DEBUG = 1;
|
||||
NIX_DEBUG = 0;
|
||||
buildPhase = ''
|
||||
cp $src hello.cpp
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user