Skip to content

Commit c6ed75c

Browse files
retragerbradford
authored andcommitted
CI: Add coreboot dependencies
Signed-off-by: Akira Moroo <[email protected]>
1 parent 001f4a4 commit c6ed75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
}
1616
stage ('Install system packages') {
1717
steps {
18-
sh "sudo apt-get -y install build-essential mtools qemu-system-x86 libssl-dev pkg-config"
18+
sh "sudo apt-get -y install build-essential mtools qemu-system-x86 libssl-dev pkg-config m4 bison flex zlib1g-dev"
1919
}
2020
}
2121
stage ('Install Rust') {

0 commit comments

Comments
 (0)