Skip to content

Commit bffb355

Browse files
authored
Remove unnecessary DUSE_REPL=ON tags
1 parent 15321dc commit bffb355

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,6 @@ jobs:
884884
else
885885
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
886886
-DUSE_CLING=OFF \
887-
-DUSE_REPL=ON \
888887
-DCPPINTEROP_INCLUDE_DOCS=${{ matrix.documentation }} \
889888
-DLLVM_DIR=$LLVM_BUILD_DIR/lib/cmake/llvm \
890889
-DClang_DIR=$LLVM_BUILD_DIR/lib/cmake/clang \
@@ -977,7 +976,6 @@ jobs:
977976
{
978977
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} `
979978
-DUSE_CLING=OFF `
980-
-DUSE_REPL=ON `
981979
-DLLVM_DIR="$env:LLVM_BUILD_DIR\lib\cmake\llvm" `
982980
-DLLVM_ENABLE_WERROR=On `
983981
-DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
@@ -1272,7 +1270,6 @@ jobs:
12721270
else
12731271
emcmake cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
12741272
-DUSE_CLING=OFF \
1275-
-DUSE_REPL=ON \
12761273
-DCMAKE_PREFIX_PATH=$PREFIX \
12771274
-DLLVM_DIR=$LLVM_BUILD_DIR/lib/cmake/llvm \
12781275
-DClang_DIR=$LLVM_BUILD_DIR/lib/cmake/clang \

0 commit comments

Comments
 (0)