From 2984c2450b7668fd040665b3ece036f5626836f2 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Mon, 1 Jun 2026 13:24:35 -0400 Subject: [PATCH] CI: Adjust Mac tmpdir Makes for easier cleanup, and follows previous cirrus convention. Signed-off-by: Ashley Cui --- .github/workflows/ci.yml | 2 +- hack/ci/gha_mac_cleanup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9df88e70b9..5c65fff057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/hack/ci/gha_mac_cleanup.sh b/hack/ci/gha_mac_cleanup.sh index f182f62bdb..4140df0515 100755 --- a/hack/ci/gha_mac_cleanup.sh +++ b/hack/ci/gha_mac_cleanup.sh @@ -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