diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c904a1761..16aa57339 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -795,9 +795,6 @@ freebsd-13-x86_64: - "_build/meson-logs" macos-arm64: - # FIXME: Temporarily disabled as the worker has issues creating temporary files - # See https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/2091 - when: manual extends: .only-default stage: build tags: @@ -819,11 +816,13 @@ macos-arm64: SDKROOT: /opt/sdks/MacOSX11.3.sdk CCACHE_DIR: $CI_PROJECT_DIR/ccache CCACHE_MAXSIZE: "200Mi" + ORKA_RUNNER: sonoma-2 # Redirect to the runner's volatile temporary directory which # unbreaks a couple of tests. TMPDIR: /Volumes/RAM before_script: - bash .gitlab-ci/show-execution-environment.sh + - diskutil erasevolume HFS+ "RAM" $(diskutil image attach ram://1GiB) - python3 -m venv .venv - ln -s /opt/ccache/ccache .venv/bin - source .venv/bin/activate