- Building a prebuilt package no longer fails on a fresh checkout. Building
an Alpine prebuilt package (or any image that pulls one in) on a clean tree,
or after a toolchain version bump, failed with
Unable to find image 'yoe/toolchain-musl:...'/pull access deniedbecause
nothing built the toolchain container first. yoe now builds the container
automatically before the units that run inside it, the same way it already did
for source-built packages.
To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.