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

Update CI environment to latest Ubuntu LTS #1557

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

blarz
Copy link
Contributor

@blarz blarz commented Jun 19, 2023

  • Update to Jammy Jellyfish
  • Fix hardcoded clang-* paths (we should make this base on a environment variable...)
  • Also bumped the Trusty Docker base image (Trusty is almost 10 years)
  • Newer clang version complained about a copy ctor in CSS code

Joint effort @dnnr

clang-14 complained about a user defined copy constructor without the
accompanying assignment operator (rule of five).
@@ -1,13 +1,13 @@
FROM ubuntu:focal-20200423
FROM ubuntu:jammy-20230605
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current is jammy-20230816

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.

None yet

2 participants