Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Oct 25, 2024
1 parent 39d4474 commit bfc0f56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ jobs:
}
cd build
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
cmake -DLLVM_ENABLE_PROJECTS="clang;compiler-rt" ` `
cmake -DLLVM_ENABLE_PROJECTS="clang" `
-DLLVM_TARGETS_TO_BUILD="host;NVPTX" `
-DCMAKE_BUILD_TYPE=Release `
-DLLVM_ENABLE_ASSERTIONS=ON `
Expand All @@ -457,7 +457,6 @@ jobs:
-DLLVM_ENABLE_ZSTD=OFF `
-DLLVM_ENABLE_TERMINFO=OFF `
-DLLVM_ENABLE_LIBXML2=OFF `
-DCOMPILER_RT_BUILD_BUILTINS=ON `
..\llvm
cmake --build . --config Release --target clang clang-repl --parallel ${{ env.ncpus }}
}
Expand Down

0 comments on commit bfc0f56

Please sign in to comment.