Skip to content

Commit

Permalink
ci: use llvm-objcopy-15
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Jun 13, 2024
1 parent 666da6a commit 3e2986a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
-DCMAKE_TOOLCHAIN_FILE=../cmake/aarch64-toolchain.cmake \
-DCMAKE_C_COMPILER=`pwd`/../llvm-project/build/bin/clang-19 \
-DCMAKE_CXX_COMPILER=`pwd`/../llvm-project/build/bin/clang-19 \
-DCMAKE_OBJCOPY=/usr/bin/llvm-objcopy-15 \
-DCMAKE_C_FLAGS="$cross_flags" \
-DCMAKE_CXX_FLAGS="$cross_flags" \
-DClang_DIR=$Clang_DIR \
Expand Down

0 comments on commit 3e2986a

Please sign in to comment.