core-plans
core-plans copied to clipboard
[refresh/2020q1]: no core/go bootstrap version 1.13.7 available for rebuild
The refresh/2020q1_008 full build failed last night with core/go looking for a bootstrap core/go version 1.13.7.
# shellcheck disable=SC2034
pkg_name=go
pkg_origin=core
pkg_version=1.14
...
pkg_bootstrap_pkg="core/go"
pkg_bootstrap_version=1.13.7
...
pkg_build_deps=(
core/coreutils
core/inetutils
core/bash
core/patch
core/gcc
"${pkg_bootstrap_pkg}/${pkg_bootstrap_version}"
core/perl
)
...
Up until a recent change last month, the refresh of core/go would have succeeded because the seqence of refresh builds accounted for existing bootstrap versions.
The change to core/go last month was:
And the current refresh build sequence is below, which builds the core/go14, core/go17 bootstrap versions as required:
core-plans/go14
core-plans/go17
core-plans/go
...