Skip to content

Commit

Permalink
CI: Build and Test Other: switch to Debian bookworm
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Bettio <davide@uninstall.it>
  • Loading branch information
bettio committed Jul 5, 2023
1 parent 547447c commit e9f6b87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test-other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit e9f6b87

Please sign in to comment.