Skip to content

Commit c0ec1ed

Browse files
committed
Add AR=llvm-ar to LLVM toolchain environment setup
1 parent ac5c2d0 commit c0ec1ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/setup-toolchain.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ setup_llvm_toolchain() {
4040
# Set cross-compile prefix for LLVM
4141
echo "CROSS_COMPILE=riscv32-unknown-elf-" >> "$GITHUB_ENV"
4242
echo "TOOLCHAIN_TYPE=llvm" >> "$GITHUB_ENV"
43+
echo "AR=llvm-ar" >> "$GITHUB_ENV"
4344
}
4445

4546
case "$TOOLCHAIN_TYPE" in

0 commit comments

Comments
 (0)