[Cling] Add Cling GH CI workflow#19418
Conversation
|
I put this on the back-burner for a while. I guess we can close this in favor of this then? The difference was we run on our own hosted runner. There were some failing tests on the CI (we need to disable 2 tests for the CI to pass) |
|
I believe the two PRs are different: Here Danilo adds a workflow that will run in https://github.com/root-project/cling after a change was ported over for the standalone build. Your PR adds Cling testing inside ROOT PRs. |
Ahh, I see. My bad! |
Co-authored-by: Vassil Vassilev <v.g.vassilev@gmail.com>
|
|
||
| - name: Configure | ||
| working-directory: build | ||
| run: cmake -DLLVM_EXTERNAL_PROJECTS=cling -DLLVM_EXTERNAL_CLING_SOURCE_DIR=../cling/ -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_TARGETS_TO_BUILD="host;NVPTX" -DCMAKE_BUILD_TYPE=Release ../llvm/llvm/ |
There was a problem hiding this comment.
We probably wanted RelWithDebInfo to trigger at least asserts in tests.
No description provided.