support/testing: update basic toolchain to bootlin bleeding-edge 2018.11-1
authorRomain Naour <romain.naour@gmail.com>
Thu, 2 Apr 2020 21:57:18 +0000 (23:57 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 4 Apr 2020 20:59:34 +0000 (22:59 +0200)
commit0207a65323fc73fe9570f3d7e03bbfed4ab6d477
tree0dc23cc533f4a6e0bacae039bcdab110ee35b12e
parentf8a12bf80cba9fe6fe0e95c6003b4e2304d7589c
support/testing: update basic toolchain to bootlin bleeding-edge 2018.11-1

Update the toolchain being used by the testsuite infra.

The new toolchain 2018.11-1 is based on gcc 8.2, uClibc-ng 1.0.30,
linux-headers 4.14 and binutils 2.31.1.
Enable BR2_TOOLCHAIN_HAS_THREADS_DEBUG that is now required.

The old toolchain 2017.05 is based on gcc 4.9, uClibc-ng 1.0.25,
linux-headers 3.10 and binutils 2.27.

Tested with gitlab
https://gitlab.com/kubu93/buildroot/pipelines/132376578

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/infra/basetest.py