Skip to content

Commit afb6b41

Browse files
authored
Update MacOS.yml
1 parent 7f2e220 commit afb6b41

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/MacOS.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -144,29 +144,6 @@ jobs:
144144
145145
- uses: ./.github/actions/Build_LLVM
146146

147-
- name: Build LLVM/Cling if the cache is invalid
148-
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
149-
run: |
150-
cling_on=$(echo "${{ matrix.cling }}" | tr '[:lower:]' '[:upper:]')
151-
if [[ "${cling_on}" == "ON" ]]; then
152-
git clone https://github.com/root-project/cling.git
153-
cd ./cling
154-
git checkout tags/v${{ matrix.cling-version }}
155-
git apply -v ../patches/llvm/cling1.2-LookupHelper.patch
156-
cd ..
157-
git clone --depth=1 -b cling-llvm${{ matrix.clang-runtime }} https://github.com/root-project/llvm-project.git
158-
else # repl
159-
git clone --depth=1 -b release/${{ matrix.clang-runtime }}.x https://github.com/llvm/llvm-project.git
160-
fi
161-
cd llvm-project
162-
# Build
163-
mkdir build
164-
if [[ "${cling_on}" == "ON" ]]; then
165-
cd build
166-
cmake -DLLVM_ENABLE_PROJECTS="${{ matrix.llvm_enable_projects }}" \
167-
-DLLVM_EXTERNAL_PROJECTS=cling \
168-
169-
170147
- name: Save Cache LLVM/Clang runtime build directory
171148
uses: actions/cache/save@v4
172149
if: ${{ steps.cache.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)