support/testing: switch to prebuilt toolchain, core2duo to Nehalem
authorRomain Naour <romain.naour@gmail.com>
Sun, 12 Sep 2021 14:11:34 +0000 (16:11 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 21 Sep 2021 20:24:31 +0000 (22:24 +0200)
commit521b6f85508ee9ab848b0b2ea1d36edaf1701bc1
tree3d7f8b5a5308a1ef4afb03393f668f2a815487a4
parent184d20404e8a5b95f2b2940f4d959d09be7ae2f0
support/testing: switch to prebuilt toolchain, core2duo to Nehalem

To avoid spending some time to build the x86_64 toolchain (~20min),
switch to corei7 cpu (Nahalem) and use the prebuilt Bootlin toolchain.

We have to use the "stable" Bootlin toolchain to use the same kernel version
for the toolchain kernel headers and the running kernel.

With the "bleeding-edge" toolchain we have the "kernel too old" issue
(running kernel 4.19 vs kernel headers 5.4)

Runtime tested locally.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
support/testing/tests/package/test_docker_compose.py