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 Jun 15, 2024
1 parent 89dc645 commit bb14c7f
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 @@ -112,7 +112,7 @@ jobs:

- arch: "arm64v8"
platform: "arm64/v8"
tag: "bullseye"
tag: "bookworm"
cflags: "-O2"
cmake_opts: "-DAVM_WARNINGS_ARE_ERRORS=ON"

Expand Down Expand Up @@ -149,7 +149,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 bb14c7f

Please sign in to comment.