core-plans
core-plans copied to clipboard
core/php needs a rebuild
core/php
and core/composer
have a weird mix of dependencies right now that prevent either from sharing a dependency tree with current stable releases of base plans like core/git
.
Trying to build this test plan will demonstrate the issue:
pkg_name=test
pkg_version=0.0.1
pkg_deps=(core/git core/php) # or (core/git core/composer)
It looks like there are different sets of base packages built into each, but all within 202206*
I've been able to build the above test plan by rebuilding core/php
, so it seems like triggering a rebuild of that and promoting it and everything in its build group to stable would get things re-aligned
core/php
and 'core/composer' are rebuilt and promoted to stable channel. @themightychris
@timin now this test plan fails :-(
pkg_name=test
pkg_version=0.0.1
pkg_deps=(core/node14 core/php)
@themightychris We have rebuilt all sqlite refresh packages once again and promoted to stable. Can you please verify the test cases once again
@themightychris When you get a chance pls retest this bug. We have rebuilt all the packages released as part of sqlite refresh and think that should have resolved the issue.
Looks good!