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:
parent
6fa257c783
commit
46f4fb2fa7
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user