mill icon indicating copy to clipboard operation
mill copied to clipboard

Document workflow, to publish precompile compiler bridges

Open lefou opened this issue 2 years ago • 2 comments

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.

lefou avatar May 15 '23 07:05 lefou

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.

lefou avatar May 15 '23 07:05 lefou

Blocks PR #2515

lefou avatar May 16 '23 09:05 lefou