Skip to content

Commit 7694fb6

Browse files
ekoopsirozzo-1A
authored andcommitted
ci: switch debian:buster apt debian repository URL to snapshot URL
As buster reached its EOL, the official debian repo URL doesn't host anymore buster packages info. For this reason, change the URLs to point to the `20250630T203427Z` snapshot, which still contains them. Signed-off-by: Leonardo Di Giovanna <[email protected]>
1 parent 65dabc9 commit 7694fb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
steps:
3939
- name: Install deps ⛓️
4040
run: |
41+
# Use 20250630T203427Z debian apt snapshot as it still contains support for buster.
42+
printf "deb http://snapshot.debian.org/archive/debian/20250630T203427Z buster main\ndeb http://snapshot.debian.org/archive/debian-security/20250630T203427Z buster/updates main\ndeb http://snapshot.debian.org/archive/debian/20250630T203427Z buster-updates main" > /etc/apt/sources.list
4143
apt update && apt install -y --no-install-recommends curl ca-certificates build-essential git clang llvm pkg-config autoconf automake libtool libelf-dev wget libc-ares-dev libcurl4-openssl-dev libssl-dev libtbb-dev libjq-dev libjsoncpp-dev libgrpc++-dev protobuf-compiler-grpc libgtest-dev libprotobuf-dev linux-headers-${{ matrix.arch }}
4244
4345
- name: Install a recent version of CMake ⛓️

0 commit comments

Comments
 (0)