hydra-eval-jobs: Disable the build hook.
For some reason this causes an unexpected EOF when doing import-from-derivation.
This commit is contained in:
parent
150228d7de
commit
3b5fd2d857
|
@ -241,6 +241,9 @@ int main(int argc, char * * argv)
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/* FIXME: The build hook in conjunction with import-from-derivation is causing "unexpected EOF" during eval */
|
||||||
|
settings.useBuildHook = false;
|
||||||
|
|
||||||
/* Prevent access to paths outside of the Nix search path and
|
/* Prevent access to paths outside of the Nix search path and
|
||||||
to the environment. */
|
to the environment. */
|
||||||
settings.set("restrict-eval", "true");
|
settings.set("restrict-eval", "true");
|
||||||
|
|
Loading…
Reference in a new issue