Skip to content

Commit aee1e50

Browse files
authored
Swap cling target for clingInterpreter llvm build Ubuntu ci (#484)
1 parent f4a36bb commit aee1e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Ubuntu-arm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
-G Ninja \
210210
../llvm
211211
ninja clang -j ${{ env.ncpus }}
212-
ninja cling -j ${{ env.ncpus }}
212+
ninja clingInterpreter -j ${{ env.ncpus }}
213213
# Now build gtest.a and gtest_main for CppInterOp to run its tests.
214214
ninja gtest_main -j ${{ env.ncpus }}
215215
else

.github/workflows/Ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
-G Ninja \
210210
../llvm
211211
ninja clang -j ${{ env.ncpus }}
212-
ninja cling -j ${{ env.ncpus }}
212+
ninja clingInterpreter -j ${{ env.ncpus }}
213213
# Now build gtest.a and gtest_main for CppInterOp to run its tests.
214214
ninja gtest_main -j ${{ env.ncpus }}
215215
else

0 commit comments

Comments
 (0)