Skip to content

Commit cddb5fc

Browse files
committed
Merge pull request #634 from bettio/test-arm64-with-bookworm
CI: switch arm64 to Debian bookworm These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 89dc645 + bb14c7f commit cddb5fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-and-test-other.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- arch: "arm64v8"
114114
platform: "arm64/v8"
115-
tag: "bullseye"
115+
tag: "bookworm"
116116
cflags: "-O2"
117117
cmake_opts: "-DAVM_WARNINGS_ARE_ERRORS=ON"
118118

@@ -149,7 +149,8 @@ jobs:
149149
-e CFLAGS="${{ matrix.cflags }}" -e CXXFLAGS="${{ matrix.cflags }}" \
150150
${{ matrix.arch }}/debian:${{ matrix.tag }} /bin/bash -c '
151151
([ -n "${{ matrix.sources }}" ] && echo "${{ matrix.sources }}" > /etc/apt/sources.list || true) &&
152-
cat /etc/apt/sources.list &&
152+
cat /etc/apt/sources.list || true &&
153+
cat /etc/apt/sources.list.d/* || true &&
153154
if test -n "${{ matrix.install_deps }}"; then
154155
echo
155156
${{ matrix.install_deps }}

0 commit comments

Comments
 (0)