Skip to content
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

bumps: buildroot to 2024.05.1, build base image to Ubuntu 24.04, gh actions #213

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

barrenechea
Copy link
Contributor

A few updates! 😄 it was initially just Buildroot, but I pushed it a bit more

  • Bumped Buildroot to 2024.05.1 (changelog here). It is mostly security-related fixes. The kernel remains at v6.8.12.

  • Bumped all GitHub Actions, addresses the currently existing warnings after each run:
    Screenshot 2024-07-29 at 3 45 40 PM

    • For build-push-action, since v6, they added "Summaries". This is not useful for this case where the built image is just used for the build procedure, so I disabled it with the DOCKER_BUILD_SUMMARY environment variable.
  • Bumped base image to Ubuntu 24.04, fixing the issue of trying to build host-tar-1.35, making the FORCE_UNSAFE_CONFIGURE flag no longer needed.

Updated the base image from Ubuntu 22.04 to Ubuntu 24.04 to meet the requirements of the latest Buildroot versions (adding xxd as it did not come with the new base image). As a result of this update, the FORCE_UNSAFE_CONFIGURE flag is no longer needed, simplifying the build configuration and improving security.
@svenrademakers svenrademakers merged commit 58415ed into turing-machines:master Jul 30, 2024
1 check passed
@barrenechea barrenechea deleted the buildroot-bump branch August 1, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants