Skip to content

Commit

Permalink
ci: Update Arm64 job to use LLVM 15 and qemu-aarch64 instead of qemu-…
Browse files Browse the repository at this point in the history
…aarch64-static (#3772)
  • Loading branch information
WojciechMazur committed Feb 16, 2024
1 parent c688d76 commit 0493ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci-docker/env/linux-arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUILD_PLATFORM=linux/amd64
BUILD_DEPS=true
BASE_IMAGE=dockcross/linux-arm64
LLVM_VERSION=14
TARGET_EMULATOR=qemu-aarch64-static
LLVM_VERSION=15
TARGET_EMULATOR=qemu-aarch64

0 comments on commit 0493ae2

Please sign in to comment.