Reduce size of llvm cache by not build webassembly target for llvm<19 #357
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@vgvassilev Due to the work to get the wasm version of xeus-cpp working we will have a wasm version of CppInterOp we will be able to test, and keep on top of from version 19. Although it will build, I suspect our wasm version of CppInterOp for llvm<19 won't work. Therefore I suggest we don't build the web assembly target for llvm<19, and remove the wasm jobs for llvm<19 so that ci runs are quicker. I've cleared the cache for 2 jobs before putting the PR in so that we can test if my changes work. If you're happy with the changes in this PR the cache will need to be cleared before merging. With the space saved in the cache by this change should give us the room in the cache for when llvm 20 is released.