-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
WiP: all boards: CONFIG_CRYPTESTUP changed to CONFIG_CRYPTSETUP2. #1124
Conversation
First thing first....
|
585aad4
to
129d8ab
Compare
Adresses @easrentai suggestion to pass modules optimization here: linuxboot#590 (comment)
Including linuxboot boards that weren't tested for a really long while....
129d8ab
to
f30c576
Compare
Heads buildstystem: -Makefile logic will tag download packages if no corresponding .*_verify files are found under packages directory. -build/module* .configured is written when packages are configured. -build/modules* .build is written when packages are built. Consequently: -CircleCI cache should include packages cache (so that packages are downloaded and verified once.) -Heads Makefile only downloads, checks and extracts packages, and then patch extracted directory content if packages/.module-version_verify doesn't exist.
CircleCI is really behaving strangely recently, with more and more race condition happening randomly in the builds, making them timeout..... Example here which never happened before for t430-flash which will die soon: https://app.circleci.com/pipelines/github/tlaurion/heads/999/workflows/79d6f8da-dc29-4b36-8ca1-f947f509eaa2/jobs/5253/parallel-runs/0/steps/0-103
So its waiting for a object to be built that is not even started for more then 30 minutes. Will have to kick the build (cancel it and retry from failed, which reuses the workspace caches and restart from there...) |
Cancelled build, and then relaunching it from CircleCI "Build from failed" https://app.circleci.com/pipelines/github/tlaurion/heads/999/workflows/d5d03b4d-428f-41cb-952f-bbdcadb5cfdb |
Replaced by #1185 |
Including linuxboot boards that weren't tested for a really long while....
Put as WiP because as of now there is not enough space to make cryptsetup2 fit into: