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

Add musl images #10

Merged
merged 17 commits into from
Nov 19, 2024
Merged

Add musl images #10

merged 17 commits into from
Nov 19, 2024

Commits on Nov 14, 2024

  1. Add docker rake tasks

    lloeki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5dbfe2b View commit details
    Browse the repository at this point in the history
  2. Add musl images

    - `musl` is "slim" compilerless
    - `gcc` and `clang` add build elements with respective compilers to the above
    lloeki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8e7fee0 View commit details
    Browse the repository at this point in the history
  3. Add CI for first-stage musl

    lloeki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    51ec422 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42175a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    716e2a7 View commit details
    Browse the repository at this point in the history
  6. Generalise platform list

    lloeki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2e78480 View commit details
    Browse the repository at this point in the history
  7. Unify gnu and musl

    lloeki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e996912 View commit details
    Browse the repository at this point in the history
  8. Exclude gemfile groups

    lloeki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    799df17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a949eb4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba7e0f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16aee03 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    89c3b55 View commit details
    Browse the repository at this point in the history
  13. Fix IRB rake target

    lloeki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    068eec1 View commit details
    Browse the repository at this point in the history
  14. Add musl compiler images to CI

    lloeki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    19fa5f7 View commit details
    Browse the repository at this point in the history
  15. Debug

    lloeki committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f2ca993 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Try docker instead of docker-container

    docker-container does not see local images and always fetches from
    remote
    lloeki committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2f7b4b9 View commit details
    Browse the repository at this point in the history
  2. Enable containerd image store

    lloeki committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    12a72c7 View commit details
    Browse the repository at this point in the history