We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Makefile存在PKG_MIRROR_HASH:=skip
运行到make package/openwrt-pkg/check时候报错推出,提示Package HASH check failed
make[1]: Entering directory '/builder' make[2]: Entering directory '/feed/openwrt-pkg' WARNING: PKG_MIRROR_HASH uses deprecated hash, set to 5cb6d1cf30437d42a1b172a7d3477eea178f26330dd26e32fff2c7741559cae1 make[2]: Leaving directory '/feed/openwrt-pkg' time: package/feeds/packages_ci/openwrt-pkg/check#0.01#0.00#0.02 make[1]: Leaving directory '/builder' Package HASH check failed Error: Process completed with exit code 1.
这咋弄啊… 另外我在官方库也问了一下 openwrt/gh-action-sdk#35
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Makefile存在PKG_MIRROR_HASH:=skip
运行到make package/openwrt-pkg/check时候报错推出,提示Package HASH check failed
make[1]: Entering directory '/builder'
make[2]: Entering directory '/feed/openwrt-pkg'
WARNING: PKG_MIRROR_HASH uses deprecated hash, set to 5cb6d1cf30437d42a1b172a7d3477eea178f26330dd26e32fff2c7741559cae1
make[2]: Leaving directory '/feed/openwrt-pkg'
time: package/feeds/packages_ci/openwrt-pkg/check#0.01#0.00#0.02
make[1]: Leaving directory '/builder'
Package HASH check failed
Error: Process completed with exit code 1.
这咋弄啊…
另外我在官方库也问了一下 openwrt/gh-action-sdk#35
The text was updated successfully, but these errors were encountered: