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

docker: bump up to clang {18,19} and gcc {13,14} #2517

Closed
wants to merge 1 commit into from

Commits on Oct 25, 2024

  1. docker: bump up to clang {18,19} and gcc {13,14}

    since we only support the latest two major releases of compilers.
    at the moment of writing, Clang just released v19, and the latest
    major release of GCC is v14.
    
    so we should install them respectively.
    
    because ubuntu mantis is already EOF. see
    https://wiki.ubuntu.com/Releases. and it does not include the
    latest GCC and Clang packages. we need to bump up the base image
    from ubuntu:mantis to ubuntu:orcular despite that orcular is not
    an LTS release. we should use new ubuntu LTS release once it's out.
    
    Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
    tchaikov committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c81099a View commit details
    Browse the repository at this point in the history