Skip to content

Commit

Permalink
Download qemu from Azure (could move this back into the Dockerfile).
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Sep 19, 2024
1 parent 60e0ce1 commit 516dc3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_linux_arm64_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
with:
submodules: true
- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
run: |
wget --no-verbose "https://sharkpublic.blob.core.windows.net/sharkpublic/GCP-Migration-Files/qemu-aarch64"
chmod +x ./qemu-aarch64
cp ./qemu-aarch64 /usr/bin/qemu-aarch64
- name: Install Python requirements
run: python3 -m pip install -r ./runtime/bindings/python/iree/runtime/build_requirements.txt
- name: "Building IREE"
Expand Down

0 comments on commit 516dc3a

Please sign in to comment.