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

.github: workflows: Set TMPDIR to under work volume #8

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

stephanosio
Copy link
Member

This commit updates the CI workflow to set the TMPDIR environment variable to /__w/tmp, which is under the runner work volume in order to ensure that sufficient free space is available for the temporary image layers to be stored.

Note that the TMPDIR environment variable is used by Podman/Buildah to set image_copy_tmp_dir.

This commit updates the CI workflow to set the TMPDIR environment
variable to `/__w/tmp`, which is under the runner work volume in order
to ensure that sufficient free space is available for the temporary
image layers to be stored.

Note that the TMPDIR environment variable is used by Podman/Buildah to
set `image_copy_tmp_dir`.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
@stephanosio stephanosio merged commit 1db9739 into zephyrproject-rtos:main Jun 1, 2024
3 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.

1 participant