Open EkkoG opened 1 year ago
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 PKG_HASH:=skip
the action fail with Package HASH check failed
message. Maybe reopen?
Has the problem been solved?
@EkkoG @spvkgn
I've opened a new issue. https://github.com/openwrt/gh-action-sdk/issues/35
Do you mean like after updating the version, how to get the new PKG_HASH?
@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