feat: add new zksync-llvm-runner with llvm18 support #84
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.
Changes
zksync-llvm-runner
package with updated CIlatest
availablePurpose
Images will continue to support
latest
notion, but at the same time we introduce semver for them to be able to properly test and switch to the new versions without breaking any workflows. When the new image is released, it will be tagged asmain
allowing to perform testing in CI repository. After the testing is successful, we can tag it andlatest
will be automatically updated distributing the changes without the need of updating any CI workflows.At the same time, we will update host LLVM to be compatible with the LLVM we're using in Rust to solve all kinds of the binary conflicts when re-using some LLVM features between C++ and Rust like code coverage instrumentation.