Skip to content

Commit 51731c2

Browse files
committed
try to fix ARM build
1 parent a01883b commit 51731c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-arm-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ jobs:
5555
run: |
5656
export DOCKER_IMAGE_TAG="$TAG_PREFIX-latest-arm64"
5757
export DOCKER_TARGET_PLATFORMS=linux/arm64
58+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
59+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
60+
export UV_COMPILE_BYTECODE=1
61+
export UV_CONCURRENT_INSTALLS=1
5862
make build push=true

0 commit comments

Comments
 (0)