Skip to content

Commit b8eaaf5

Browse files
authored
Revert changes ci
1 parent ca0ca8a commit b8eaaf5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
if ( "${{ matrix.cling }}" -imatch "On" )
412412
{
413413
cd build
414-
cmake -DLLVM_ENABLE_PROJECTS="clang;compiler-rt" `
414+
cmake -DLLVM_ENABLE_PROJECTS="clang" `
415415
-DLLVM_EXTERNAL_PROJECTS=cling `
416416
-DLLVM_EXTERNAL_CLING_SOURCE_DIR="$env:CLING_DIR" `
417417
-DLLVM_TARGETS_TO_BUILD="host;NVPTX" `
@@ -424,10 +424,8 @@ jobs:
424424
-DLLVM_ENABLE_ZSTD=OFF `
425425
-DLLVM_ENABLE_TERMINFO=OFF `
426426
-DLLVM_ENABLE_LIBXML2=OFF `
427-
-DCOMPILER_RT_BUILD_BUILTINS=ON `
428427
..\llvm
429428
cmake --build . --config Release --target clang --parallel ${{ env.ncpus }}
430-
cmake --build . --config Release --target compiler-rt --parallel ${{ env.ncpus }}
431429
cmake --build . --config Release --target cling --parallel ${{ env.ncpus }}
432430
# Now build gtest.a and gtest_main for CppInterOp to run its tests.
433431
cmake --build . --config Release --target gtest_main --parallel ${{ env.ncpus }}
@@ -461,10 +459,10 @@ jobs:
461459
-DLLVM_ENABLE_LIBXML2=OFF `
462460
-DCOMPILER_RT_BUILD_BUILTINS=ON `
463461
..\llvm
464-
cmake --build . --config Release --target clang clang-repl compiler-rt --parallel ${{ env.ncpus }}
462+
cmake --build . --config Release --target clang clang-repl --parallel ${{ env.ncpus }}
465463
}
466464
cd ..\
467-
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name "compiler-rt" ! -name "libc" ! -name "libcxx" ! -name "libcxxabi" ! -name "openmp" ! -name ".")
465+
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
468466
cd ..\
469467
470468
- name: Save Cache LLVM/Clang runtime build directory

0 commit comments

Comments
 (0)