-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dot not fail when package hash configuration is skip #18
Comments
How read PKG_HASH from the Makefile before building? |
Do you mean like after updating the version, how to get the new PKG_HASH? |
This issue is still exist. When Makefile contains |
skipping not possible from CI action, see openwrt/gh-action-sdk#35 openwrt/gh-action-sdk#18
@aparcar I want to read PKG_HASH before build to check if PKG_HASH's value is skip, if is skip, remove some entry from badhash_msg |
When the package skips the hash check, SDK will alert a WARM log, and the action will exit cause the WARM https://github.com/openwrt/gh-action-sdk/blob/74b0fee6a8bbd43306ececc50698637f946ddaf8/entrypoint.sh#LL75C28-L75C28
I think it should pass when package config skip hash check
The text was updated successfully, but these errors were encountered: