core-plans icon indicating copy to clipboard operation
core-plans copied to clipboard

core/php needs a rebuild

Open themightychris opened this issue 2 years ago • 2 comments

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

themightychris avatar Aug 06 '22 17:08 themightychris

core/php and 'core/composer' are rebuilt and promoted to stable channel. @themightychris

timin avatar Aug 10 '22 17:08 timin

@timin now this test plan fails :-(

pkg_name=test
pkg_version=0.0.1
pkg_deps=(core/node14 core/php)

themightychris avatar Aug 10 '22 19:08 themightychris

@themightychris We have rebuilt all sqlite refresh packages once again and promoted to stable. Can you please verify the test cases once again

smandaka avatar Aug 24 '22 14:08 smandaka

@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.

rahulgoel1 avatar Sep 07 '22 14:09 rahulgoel1

Looks good!

themightychris avatar Oct 17 '22 02:10 themightychris