Skip to content

Commit 9867af0

Browse files
committed
ci/azure: use ubuntu-24.04 image for armhf to avoid a bug in qemu-arm
1 parent b0c69b0 commit 9867af0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.azure-pipelines.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ strategy:
4040
CXX_COMPILER: aarch64-linux-gnu-g++
4141
CRUNCH_EXE_RUNNER: qemu-aarch64 -L /usr/aarch64-linux-gnu
4242
Linux armhf GCC:
43-
VM_IMAGE: 'ubuntu-22.04'
43+
# There is an IO bug in qemu-arm from ubuntu-22.04.
44+
VM_IMAGE: 'ubuntu-24.04'
4445
APT_PACKAGES: ninja-build g++-arm-linux-gnueabihf qemu-user
4546
CXX_COMPILER: arm-linux-gnueabihf-g++
4647
CRUNCH_EXE_RUNNER: qemu-arm -L /usr/arm-linux-gnueabihf
47-
# There is a qemu-arm IO bug in ubuntu-22.04,
48-
# remove when ubuntu-24.04 is available.
49-
CRUNCH_SIMPLE_TEST: true
5048
Linux amd64 Clang:
5149
VM_IMAGE: 'ubuntu-22.04'
5250
APT_PACKAGES: ninja-build

0 commit comments

Comments
 (0)