support/testing/test_hardening: add missing Kconfig symbol
authorRomain Naour <romain.naour@gmail.com>
Tue, 10 Nov 2020 22:27:01 +0000 (23:27 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 11 Nov 2020 09:11:12 +0000 (10:11 +0100)
commit7b9762f4ab5bf21bdb1cf29cc833c5d4d1ec009d
tree6ccb493e20552004e5770f95c29245b6467d0e11
parent8d5076fdbab105c1efd41b8f88291a1215ebbe60
support/testing/test_hardening: add missing Kconfig symbol

BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y is needed to use the
custom external toolchain x86-i686--glibc--bleeding-edge-2018.11-1.tar.bz2

Otherwise the symbol BR2_TOOLCHAIN_EXTERNAL_URL is lost.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981738
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981739
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981740
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981741
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981742
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981743

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/tests/core/test_hardening.py