Merge branch 'macos-ci-apfs-tmpdir' into 'main'

ci: use APFS for macOS TMPDIR

See merge request GNOME/glib!4874
This commit is contained in:
Philip Withnall
2025-10-21 14:15:55 +00:00

View File

@@ -822,7 +822,7 @@ macos-arm64:
TMPDIR: /Volumes/RAM TMPDIR: /Volumes/RAM
before_script: before_script:
- bash .gitlab-ci/show-execution-environment.sh - 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 - python3 -m venv .venv
- ln -s /opt/ccache/ccache .venv/bin - ln -s /opt/ccache/ccache .venv/bin
- source .venv/bin/activate - source .venv/bin/activate