Build toolchain on Jenkins
Some checks failed
CI / toolchain (push) Has been cancelled
CI / build (push) Has been cancelled

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2025-02-04 15:24:18 -07:00
parent 1c8193bffa
commit 8bc9d3e042
No known key found for this signature in database
GPG key ID: 68E558D2BBD856E3

7
Jenkinsfile vendored
View file

@ -85,8 +85,13 @@ pipeline {
sh """#!/bin/bash
# Install dependencies
#./scripts/install-deps.sh
./scripts/install-deps.sh
./scripts/install-rust.sh
. "${HOME}/.cargo/env"
./ec/scripts/deps.sh
# Build coreboot toolchain
./scripts/coreboot-sdk.sh
# Reset
git submodule update --init --recursive --checkout