We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c69b0 commit 9867af0Copy full SHA for 9867af0
.azure-pipelines.yml
@@ -40,13 +40,11 @@ strategy:
40
CXX_COMPILER: aarch64-linux-gnu-g++
41
CRUNCH_EXE_RUNNER: qemu-aarch64 -L /usr/aarch64-linux-gnu
42
Linux armhf GCC:
43
- VM_IMAGE: 'ubuntu-22.04'
+ # There is an IO bug in qemu-arm from ubuntu-22.04.
44
+ VM_IMAGE: 'ubuntu-24.04'
45
APT_PACKAGES: ninja-build g++-arm-linux-gnueabihf qemu-user
46
CXX_COMPILER: arm-linux-gnueabihf-g++
47
CRUNCH_EXE_RUNNER: qemu-arm -L /usr/arm-linux-gnueabihf
- # There is a qemu-arm IO bug in ubuntu-22.04,
48
- # remove when ubuntu-24.04 is available.
49
- CRUNCH_SIMPLE_TEST: true
50
Linux amd64 Clang:
51
VM_IMAGE: 'ubuntu-22.04'
52
APT_PACKAGES: ninja-build
0 commit comments