Skip to content

Install gcc-6 in ubuntu18.04 image

Ahmad Hassan requested to merge support-ubuntu-18.04 into master

Turns out I forgot installing gcc-6 and g++-6

We will need to export CC=/usr/bin/gcc-6 CXX=/usr/bin/g++-6 when building a package

Merge request reports