From f2faf3eab0244c7913081eae61dd4121db05262e Mon Sep 17 00:00:00 2001 From: hana <81144685+2501babe@users.noreply.github.com> Date: Tue, 12 Sep 2023 04:36:38 -0700 Subject: [PATCH] ci broke (#5231) * get a baseline * when all you have is a hammer * ok slightly bigger hammer * kms * please work * start over * check cache stuff * ugh * x * x * x * x * x * x * let it burn * check if this works * cool now try this * try this * try this * try this * now try THIS * ok and this * oops * ok good enough --- .github/workflows/pull-request-token.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/pull-request-token.yml b/.github/workflows/pull-request-token.yml index aee43e8721f..3f8e1771100 100644 --- a/.github/workflows/pull-request-token.yml +++ b/.github/workflows/pull-request-token.yml @@ -21,6 +21,16 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Clear disk space + run: | + # if we need more: `sudo apt-get install -y wajig && wajig large` + for p in ant mono-complete lldb-14 google-cloud-sdk azure-cli microsoft-edge-stable \ + google-chrome-stable firefox powershell mono-devel dotnet-sdk-6.0 dotnet-sdk-7.0 \ + temurin-8-jdk temurin-11-jdk temurin-17-jdk llvm-12-dev llvm-13-dev llvm-14-dev \ + fake-canary-package; do sudo apt-get remove -y $p || true; done + sudo apt-get autoremove -y + sudo rm -rf /imagegeneration + - name: Set env vars run: | source ci/rust-version.sh