Skip to content

Commit

Permalink
Redirect links from GCP to Azure for RISCV/ARM files. (iree-org#18531)
Browse files Browse the repository at this point in the history
Updated several links to point to files in azure shark-public container
instead of gcp. Progress on
iree-org#18518.

Signed-off-by: Elias Joseph <[email protected]>
Co-authored-by: Elias Joseph <[email protected]>
  • Loading branch information
Eliasj42 and Elias Joseph authored Sep 16, 2024
1 parent f86a27d commit 898a95f
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 898a95f

Please sign in to comment.