Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4399 from martin-frbg/fixloongsonci
Browse files Browse the repository at this point in the history
CI, Loongarch64: use alternate download for the cross-compiler package
  • Loading branch information
martin-frbg authored Dec 30, 2023
2 parents 519b40f + 0f648eb commit 9d89bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/loongarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Download and install loongarch64-toolchain
run: |
wget https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz
wget https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/8.1/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz
#wget https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz
tar -xf CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz -C /opt
- name: Set env
Expand Down

0 comments on commit 9d89bcf

Please sign in to comment.