Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .github/workflows/integration-tests-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,6 @@ 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 <<EOF
deb http://snapshot.ubuntu.com/ubuntu/${SNAPSHOT} jammy main universe multiverse restricted
deb http://snapshot.ubuntu.com/ubuntu/${SNAPSHOT} jammy-updates main universe multiverse restricted
deb http://snapshot.ubuntu.com/ubuntu/${SNAPSHOT} jammy-security main universe multiverse restricted
deb http://snapshot.ubuntu.com/ubuntu/${SNAPSHOT} jammy-backports main universe multiverse restricted
EOF

# Important: snapshot repos require disabling Valid-Until check
echo 'Acquire::Check-Valid-Until "false";' >/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
Expand Down
Loading