-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pkg/openthread: Fix Kconfig and broken example #19700
Conversation
It seems like the openthread package has some 'non-reproducible' builds so we just disable it by renaming the app.config.test so murdock will not pick it up. Probably something to do with a timestamp.
a2e68be
to
f1f4f20
Compare
bors merge |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
I feel that is probably unrelated... |
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Contribution description
There were some improvements that could be make to the kconfig modeling of the
pkg/openthread
after looking a bit closer.The bigger problem is the hash check on nightlies require reproducible builds, however, even with make, the builds are not reproducible. So, for now, I just rename the
app.config.test
toskip.app.config.test
to prevent murdock from trying to do a hash check but still letting it be useable.Testing procedure
Green murdock, all modules match
examples/openthread
skip.app.config.test
toapp.config.test
Issues/PRs references
Fixes an aspect of broken master