Fix build-linux CI — add musl target, use dev version #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_ci_build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
setup_linux_toolchain()inbuild_lib.shto always runrustup target addwhen a target is specified. It was skippingx86_64-unknown-linux-musl, assuming the builder image had it pre-installed. It doesn't — every build-linux CI run fails withcan't find crate for core.VERSIONfrom0.3.9todevinbuildenv.shsopublish_binaries()uploads to thedevpackage slot, matching whatinstall.shexpects.Once merged and the build-linux workflow succeeds, the zinit binaries will be available at
forge.ourworld.tf/api/packages/geomind_code/generic/zinit/dev/.This unblocks hero_ledger PR #37 (bootstrap CI).
Ref #19
WIP: Fix build-linux CI — add musl target, use dev versionto Fix build-linux CI — add musl target, use dev versionView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.