File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -144,29 +144,6 @@ jobs:
144
144
145
145
- uses : ./.github/actions/Build_LLVM
146
146
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
-
170
147
- name : Save Cache LLVM/Clang runtime build directory
171
148
uses : actions/cache/save@v4
172
149
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
You can’t perform that action at this time.
0 commit comments