Skip to content

Commit

Permalink
[ci] Pass the cling build dir to address a recent change.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Aug 9, 2023
1 parent 932c051 commit 0d69570
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,15 @@ jobs:
export CPPINTEROP_BUILD_DIR=$PWD
cling_on="${{ matrix.cling }}"
if [[ "${cling_on^^}" == "ON" ]]; then
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
-DUSE_CLING=ON \
-DUSE_REPL=OFF \
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
-DUSE_CLING=ON \
-DUSE_REPL=OFF \
-DCling_DIR=$LLVM_BUILD_DIR/tools/cling \
-DLLVM_DIR=$LLVM_BUILD_DIR \
-DLLVM_USE_LINKER=lld \
-DBUILD_SHARED_LIBS=ON \
-DCODE_COVERAGE=${CODE_COVERAGE} \
-DCMAKE_INSTALL_PREFIX=$CPPINTEROP_DIR \
-DLLVM_DIR=$LLVM_BUILD_DIR \
-DLLVM_USE_LINKER=lld \
-DBUILD_SHARED_LIBS=ON \
-DCODE_COVERAGE=${CODE_COVERAGE} \
-DCMAKE_INSTALL_PREFIX=$CPPINTEROP_DIR \
../
else
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
Expand Down

0 comments on commit 0d69570

Please sign in to comment.