Skip to content

Commit

Permalink
Also add with_sysroot=False here
Browse files Browse the repository at this point in the history
  • Loading branch information
casparvl casparvl committed Sep 18, 2024
1 parent 73a53a8 commit 347e64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ def set_tmpdir(tmpdir=None, raise_error=False):
os.close(fd)
os.chmod(tmptest_file, 0o700)
if not run_cmd(tmptest_file, simple=True, log_ok=False, regexp=False, force_in_dry_run=True, trace=False,
stream_output=False, with_hooks=False):
stream_output=False, with_hooks=False, with_sysroot=False):
msg = "The temporary directory (%s) does not allow to execute files. " % tempfile.gettempdir()
msg += "This can cause problems in the build process, consider using --tmpdir."
if raise_error:
Expand Down

0 comments on commit 347e64c

Please sign in to comment.