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 Tarball generation for Ubuntu 20.04 Focal Fossa #746

Merged
merged 1 commit into from
May 8, 2024

Conversation

mcserep
Copy link
Collaborator

@mcserep mcserep commented May 2, 2024

NodeJS v18 is not compatible with Ubuntu 16.04, due to the GLIBC mismatch, as described in #725.

I have upgraded the GitLab CI configuration to drop support for Ubuntu 16.04 and SUSE 42.1. Instead, tarball builds will be provided for Ubuntu 20.04 only, the lowest currently supported Ubuntu LTS version.

The Gershwin Release will keep its dependency on NextJS v13 and thus still provider tarball builds for Ubuntu 16.04 and SUSE 42.1.

Fixes #725.

@mcserep mcserep changed the title Update Tarball generation for Ubuntu 20.04 Focal Fossa. Update Tarball generation for Ubuntu 20.04 Focal Fossa May 2, 2024
@mcserep mcserep self-assigned this May 2, 2024
@mcserep mcserep added Target: Developer environment Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI. Kind: Enhancement 🌟 labels May 2, 2024
@mcserep mcserep added this to the Upcoming Release milestone May 2, 2024
@mcserep mcserep requested a review from intjftw May 2, 2024 22:24
NodeJS v18 is not compatible with Ubuntu 16.04, due to the GLIBC mismatch.
@mcserep
Copy link
Collaborator Author

mcserep commented May 2, 2024

Proof of working CI pipeline:
https://gitlab.inf.elte.hu/codecompass/CodeCompass/-/pipelines/16743

@mcserep
Copy link
Collaborator Author

mcserep commented May 8, 2024

Please review this @intjftw , when you have time.

@intjftw intjftw merged commit 5f49828 into master May 8, 2024
25 checks passed
@mcserep mcserep deleted the tarball-ubuntu-focal branch June 17, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Enhancement 🌟 Target: Developer environment Developer environment issues consist of CodeCompass or 3rd-party build tooling, configuration or CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Newer NodeJS versions are not compatible with Ubuntu 16.04 / SUSE 42.1
2 participants