Skip to content

Commit

Permalink
Set CC and AR for ring
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 12, 2024
1 parent f50a28d commit a81806f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ jobs:
- target: armv5te-unknown-linux-gnueabi
apt-packages: gcc-arm-linux-gnueabi
- target: loongarch64-unknown-linux-gnu
apt-packages: clang
apt-packages: llvm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -552,6 +552,8 @@ jobs:
- name: cargo check
env:
CARGO_TARGET_LOONGARCH64_UNKNOWN_LINUX_GNU_LINKER: clang
CC_loongarch64_unknown_linux_gnu: clang
AR_loongarch64_unknown_linux_gnu: llvm-ar
run: cargo check --target ${{ matrix.platform.target }}

conclusion:
Expand Down

0 comments on commit a81806f

Please sign in to comment.