mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	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:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user