]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
CI: Build missing binman tools before binman tests
authorLeonard Anderweit <l.anderweit@phytec.de>
Tue, 1 Apr 2025 08:46:42 +0000 (10:46 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Apr 2025 18:15:19 +0000 (12:15 -0600)
The CI image does not ship with all tools required for the binman tests.
Have binman build the missing tools.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
.azure-pipelines.yml
.gitlab-ci.yml

index ac07d87cca1a7f6d23627bf782a5ff2fac822bbc..e5a7ce9383712fcb95e6a98158e68700c523e529 100644 (file)
@@ -144,6 +144,7 @@ stages:
           export PATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc:${PATH}
           ./tools/buildman/buildman -T0 -o ${UBOOT_TRAVIS_BUILD_DIR} -w --board tools-only
           set -ex
+          ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools tool -f missing
           ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test
           ./tools/buildman/buildman -t
           ./tools/dtoc/dtoc -t
index e54bdd6c4bec30aeb4a8aa83a7655d1d09532dba..2159eaf13ded7721859defc073a4f5c243ad8a9d 100644 (file)
@@ -196,6 +196,7 @@ Run binman, buildman, dtoc, Kconfig and patman testsuites:
       ./tools/buildman/buildman -T0 -o ${UBOOT_TRAVIS_BUILD_DIR} -w
         --board tools-only;
       set -e;
+      ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools tool -f missing;
       ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test;
       ./tools/buildman/buildman -t;
       ./tools/dtoc/dtoc -t;