From e9f6b8703ea3492bc422c2a4020d49f9bd67e598 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Sun, 25 Jun 2023 19:05:28 +0200 Subject: [PATCH] CI: Build and Test Other: switch to Debian bookworm Signed-off-by: Davide Bettio --- .github/workflows/build-and-test-other.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-other.yaml b/.github/workflows/build-and-test-other.yaml index 5de9f8c5a..d34208aa4 100644 --- a/.github/workflows/build-and-test-other.yaml +++ b/.github/workflows/build-and-test-other.yaml @@ -99,7 +99,7 @@ jobs: - arch: "arm64v8" platform: "arm64/v8" - tag: "bullseye" + tag: "bookworm" cflags: "-O2" # It looks like we don't really support big-endian @@ -134,7 +134,8 @@ jobs: -e CFLAGS="${{ matrix.cflags }}" -e CXXFLAGS="${{ matrix.cflags }}" \ ${{ matrix.arch }}/debian:${{ matrix.tag }} /bin/bash -c ' ([ -n "${{ matrix.sources }}" ] && echo "${{ matrix.sources }}" > /etc/apt/sources.list || true) && - cat /etc/apt/sources.list && + cat /etc/apt/sources.list || true && + cat /etc/apt/sources.list.d/* || true && if test -n "${{ matrix.install_deps }}"; then echo ${{ matrix.install_deps }}