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
517 stars 101 forks source link

Upgrading to build2 0.15.0. #581

Closed intjftw closed 2 years ago

intjftw commented 2 years ago

Build2 v0.14.0 is no longer working in the GitHub workflow ("invalid version error"), so the build actions fail on Ubuntu 18.04. I upgraded it to 0.15.0.

whisperity commented 2 years ago

FYI: The Ubuntu 18 images will be deprecated in November (even though the official EOL for 18.04 is next April). See https://github.com/actions/runner-images/issues/6002.

intjftw commented 2 years ago

The doc/deps.md and .gitlab/build-deps.sh should also be updated accordingly.

@mcserep Thank you, I did it.

@whisperity I know it's gonna go deprecated but while we still support it, CI should be able to run properly.