Skip to content

Jenkins: export COMPILER=native for ubuntu platforms

Andre Sailer requested to merge fixUbuntuView into master

with the new ubuntu22 container, we also got gcc11.4 and now the view creation fails with

03:47:53  *** ERROR: Compiler 'gcc' version '11.4.0' for OS 'ubuntu2204' and architecture 'x86_64' not found!

I hope this fixes the issue for all newer gcc versions.

Merge request reports