openwrt / gh-action-sdk

GitHub CI action to build packages via SDK
29 stars 47 forks source link

Install from action feed first #25

Closed EkkoG closed 10 months ago

EkkoG commented 1 year ago

This PR fixed an issue that if the package is already in the official feed and has an extra feed at the same time, the build script will install from the extra feed first, if the package is not in the extra feed, but in the action feed(the default feed of this action), the script will install from the official build, a real case at https://github.com/EkkoG/openwrt-luci/actions/runs/4776017689/attempts/2

EkkoG commented 1 year ago

If the final installed packages depend on the order of feed use, the behavior will be weird.

What is the best practice of building a package already in the official feed?

aparcar commented 10 months ago

Sorry for the long wait!

aparcar commented 10 months ago

Tag v7 since it changes the behavior.