File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments