Skip to content

Commit

Permalink
Updated links to files
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Joseph committed Sep 16, 2024
1 parent a63717b commit 8713812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgci_test_riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
--fetch-gh-workflow=${{ inputs.artifact_run_id }}
- name: Bootstrap
env:
IREE_ARTIFACT_URL: "https://storage.googleapis.com/iree-shared-files"
IREE_ARTIFACT_URL: "https://sharkpublic.blob.core.windows.net/sharkpublic/GCP-Migration-Files"
RISCV_CLANG_TOOLCHAIN_FILE_NAME: "toolchain_iree_manylinux_2_28_20231012.tar.gz"
QEMU_FILE_NAME: "qemu-riscv_8.1.2_manylinux_2.28_20231026.tar.gz"
run: |
Expand Down
2 changes: 1 addition & 1 deletion build_tools/docker/dockerfiles/base-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ENV PYTHON_BIN /usr/bin/python3

WORKDIR /install-qemu

RUN wget --no-verbose "https://storage.googleapis.com/iree-shared-files/qemu-aarch64"
RUN wget --no-verbose "https://sharkpublic.blob.core.windows.net/sharkpublic/GCP-Migration-Files/qemu-aarch64"
RUN chmod +x ./qemu-aarch64 && cp ./qemu-aarch64 /usr/bin/qemu-aarch64 && rm -rf /install-qemu

##############
Expand Down

0 comments on commit 8713812

Please sign in to comment.