Compare commits
11 Commits
39ccc19282
...
15a1014280
| Author | SHA1 | Date | |
|---|---|---|---|
| 15a1014280 | |||
| 0a27ae0926 | |||
| 3ed5463c25 | |||
| 1430ae7ceb | |||
| 96bb46cfbf | |||
| 3a60d4a77e | |||
| ed573138e4 | |||
| 4c1791c95d | |||
| f8f3811b67 | |||
| 684e290a38 | |||
| 25543ac0a1 |
@ -95,6 +95,7 @@ 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,13 +44,12 @@ intelPackages.stdenv.mkDerivation {
|
||||
dontUnpack = true;
|
||||
dontConfigure = true;
|
||||
|
||||
# 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;
|
||||
# NODES requires access to /sys/devices to request NUMA information
|
||||
requiredSystemFeatures = [ "sys-devices" ];
|
||||
|
||||
env.NODES_HOME = nodes;
|
||||
|
||||
NIX_DEBUG = 0;
|
||||
NIX_DEBUG = 1;
|
||||
buildPhase = ''
|
||||
cp $src hello.cpp
|
||||
set -x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user