CI: Adjust Mac tmpdir

Makes for easier cleanup, and follows previous cirrus convention.

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui 2026-06-01 13:24:35 -04:00
parent 0f2d396d96
commit 2984c2450b
2 changed files with 2 additions and 2 deletions

View file

@ -631,7 +631,7 @@ jobs:
PROVIDER: ${{ matrix.provider }}
CONTAINERS_MACHINE_PROVIDER: ${{ matrix.provider }}
# machine_test.go rejects TMPDIR >= 22 chars on darwin (socket path budget).
TMPDIR: /private/tmp
TMPDIR: /private/tmp/ci
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

View file

@ -11,7 +11,7 @@ pkill -f ginkgo
rm -rf "$HOME/.local/share/containers/podman/machine"
rm -rf "$HOME/.config/containers/podman"
rm -rf "${TMPDIR:-/private/tmp}/podman"
rm -rf "${TMPDIR:-/private/tmp/ci}"
# Make we never error
true