jenkins: Rebuild the coreboot toolchain

Latest build failed with:

    /bin/sh: 1: /home/jenkins/workspace/firmware-open-pipeline/coreboot/util/crossgcc/xgcc/bin/x86_64-elf-gcc: not found

So try rebuilding the toolchain.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2024-02-20 12:08:20 -07:00
parent 6fa257c783
commit 46f4fb2fa7
No known key found for this signature in database
GPG Key ID: 68E558D2BBD856E3

3
Jenkinsfile vendored
View File

@ -89,6 +89,9 @@ pipeline {
git clean -dffx
git submodule foreach --recursive git clean -dff
# FIXME: Rebuild the coreboot toolchain
make -C coreboot CPUS="\$(nproc)" crossgcc-i386 crossgcc-x64
# EDK2 builds fail if file paths in INFs change from what's in the build cache
pushd edk2; git clean -dffx; popd
"""