Skip to content
Commit 1cc57c3c authored by Tom Rini's avatar Tom Rini
Browse files

CI: Move from Ubuntu/Focal to Debian/Bullseye for a base image



An important factor of CI is that it can be run on the same environment
that developers typically use.  A problem with Ubuntu/Focal currently is
that due to some trickiness around the host compiler and GCC_VERSION
Kconfig logic, moveconfig.py can no longer sync defconfigs as we run
defconfig without the cross compiler, because we need that defconfig to
be evaluated to know what cross compiler to use.  Since the host
compiler is too old for the arm64 optimized string functions, it is not
asked.  When we syncconfig however, we know the cross compiler, it's now
a "new" option and the syncconfig gets stuck.  While there's no easy
option to provide a more recent toolchain for Ubuntu/Focal,
Debian/Bullseye ships with gcc-10 and we no longer have this problem.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 94e922c7
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment