Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for failing mktemp in CI #227

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

casparvl
Copy link
Collaborator

mktemp failed if the CI tempdir env var wasn't defined:

$ mktemp --directory --tmpdir=${EESSI_CI_TEMPROOT:-HOME}                                                                           mktemp: failed to create directory via template ‘HOME/tmp.XXXXXXXXXX’: No such file or directory

because it would try to substitue HOME (as a string), thus trying to create the directory HOME/tmp.XXXXXXXXXX. We wanted the /ceph/hpc/home/eucasparvl environment variable here

…uld try to substitue HOME (as a string), thus trying to create the directory HOME/tmp.XXXXXXXXXX. We _wanted_ the /ceph/hpc/home/eucasparvl environment variable here
@ocaisa ocaisa merged commit 9244193 into EESSI:main Jan 15, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants