openwrt/gh-action-sdk

Dot not fail when package hash configuration is skip

EkkoG opened this issue · 5 comments

EkkoG commented

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

EkkoG commented

How read PKG_HASH from the Makefile before building?

Do you mean like after updating the version, how to get the new PKG_HASH?

spvkgn commented

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. #35