Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
497 stars 96 forks source link

Update Tarball generation for Ubuntu 20.04 Focal Fossa #746

Closed mcserep closed 1 month ago

mcserep commented 1 month ago

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 commented 1 month ago

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

mcserep commented 1 month ago

Please review this @intjftw , when you have time.