Skip to content

Commit

Permalink
Do not set path to pre-installed llvm-config
Browse files Browse the repository at this point in the history
We are not building compiler-rt as part of an LLVM build.
Without llvm-config being set or in the path, the build resorts to
the used compiler to resolve the compiler-rt default triple.
  • Loading branch information
kyakdan committed Nov 28, 2022
1 parent cfe1307 commit 610a8d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-all-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
echo "CPPFLAGS=-I$LLVM_PATH/include" >> $GITHUB_ENV
echo "CC=$LLVM_PATH/bin/clang" >> $GITHUB_ENV
echo "CXX=$LLVM_PATH/bin/clang++" >> $GITHUB_ENV
echo "LLVM_CONFIG_PATH=$LLVM_PATH/bin/llvm-config" >> $GITHUB_ENV
echo "PATH=$PATH:$LLVM_PATH/bin" >> $GITHUB_ENV
- name: install dependencies (windows)
if: contains(matrix.os, 'windows')
run: |
Expand Down

0 comments on commit 610a8d3

Please sign in to comment.