build: replace buildjet runners with github actions large runners

This commit is contained in:
Aiden McClelland
2026-03-26 16:12:25 -06:00
parent 976bdf3e53
commit 025d569dfa
5 changed files with 18 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ runs:
sudo rm -rf /usr/share/swift
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
# BuildJet runners lack /opt/hostedtoolcache, which setup-python and setup-qemu expect
# Some runners lack /opt/hostedtoolcache, which setup-python and setup-qemu expect
- name: Ensure hostedtoolcache exists
shell: bash
run: sudo mkdir -p /opt/hostedtoolcache && sudo chown $USER:$USER /opt/hostedtoolcache