CI: Switch running the nokia_rx51 test with in-container toolchain

Instead of fetching an arm toolchain to use, run the test with the one
that's already in the container image.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Tom Rini 2021-10-14 22:21:29 -04:00 committed by Simon Glass
parent f200a4bcec
commit e2d6a77a8f
2 changed files with 2 additions and 4 deletions

View file

@ -169,8 +169,7 @@ jobs:
options: $(container_option) options: $(container_option)
steps: steps:
- script: | - script: |
./tools/buildman/buildman --fetch-arch arm export PATH=/opt/gcc-11.1.0-nolibc/arm-linux-gnueabi/bin:$PATH
export PATH=~/.buildman-toolchains/gcc-9.2.0-nolibc/arm-linux-gnueabi/bin/:$PATH
test/nokia_rx51_test.sh test/nokia_rx51_test.sh
- job: test_py - job: test_py

View file

@ -177,8 +177,7 @@ Run binman, buildman, dtoc, Kconfig and patman testsuites:
Run tests for Nokia RX-51 (aka N900): Run tests for Nokia RX-51 (aka N900):
stage: testsuites stage: testsuites
script: script:
- ./tools/buildman/buildman --fetch-arch arm; - export PATH=/opt/gcc-11.1.0-nolibc/arm-linux-gnueabi/bin:$PATH;
export PATH=~/.buildman-toolchains/gcc-9.2.0-nolibc/arm-linux-gnueabi/bin/:$PATH;
test/nokia_rx51_test.sh test/nokia_rx51_test.sh
# Test sandbox with test.py # Test sandbox with test.py