mill
mill copied to clipboard
Document workflow, to publish precompile compiler bridges
This is a follow up of https://github.com/com-lihaoyi/mill/pull/2424.
With new versions of Zinc, we also need new versions of our pre-compiled compiler bridges. This should be automated as a Github Workflow. Either we detect special tags, or we prepare a workflow that is triggered through a workflow_dispatch event, so we can publish the bridges from main branch, whenever we need to.
Oh, looks like we already have such workflow: .github/workflows/publish-bridges.yml.
So, to bump a new zinc version, we also need to bump the bridgeVersion variable to a new version.
Blocks PR #2515