From 290d86fa2f61fef058b6f175e158b5749079fbbd Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 16 Apr 2026 15:48:23 +0000 Subject: [PATCH] [AMD][CI] Switch to snapshot repos to workaround mirror issue --- .github/workflows/integration-tests-amd.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/integration-tests-amd.yml b/.github/workflows/integration-tests-amd.yml index f05c0a2b1f1a..60ee17ee05a2 100644 --- a/.github/workflows/integration-tests-amd.yml +++ b/.github/workflows/integration-tests-amd.yml @@ -84,6 +84,21 @@ jobs: ~/.triton/nvidia ~/.triton/json key: ${{ runner.os }}-${{ runner.arch }}-llvm-${{ steps.cache-key.outputs.llvm }}-nvidia-${{ steps.cache-key.outputs.nvidia }}-json-${{ steps.cache-key.outputs.json }} + - name: Switch to Ubuntu snapshot + run: | + SNAPSHOT=20260415T120000Z + + cat >/etc/apt/sources.list </etc/apt/apt.conf.d/99no-check-valid-until + + apt-get clean - name: Install dependencies run: apt-get update && apt-get install -y clang lld ccache - name: Inspect cache directories