ci: use APFS for macOS TMPDIR

This commit is contained in:
André Barnabá Silva
2025-10-20 22:38:12 -03:00
parent e6c5288196
commit 07736dc3d2

View File

@@ -822,7 +822,7 @@ macos-arm64:
TMPDIR: /Volumes/RAM
before_script:
- bash .gitlab-ci/show-execution-environment.sh
- diskutil erasevolume HFS+ "RAM" $(diskutil image attach ram://1GiB)
- diskutil erasevolume APFS "RAM" $(diskutil image attach ram://1GiB)
- python3 -m venv .venv
- ln -s /opt/ccache/ccache .venv/bin
- source .venv/bin/activate