We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001f4a4 commit c6ed75cCopy full SHA for c6ed75c
Jenkinsfile
@@ -15,7 +15,7 @@ pipeline {
15
}
16
stage ('Install system packages') {
17
steps {
18
- sh "sudo apt-get -y install build-essential mtools qemu-system-x86 libssl-dev pkg-config"
+ sh "sudo apt-get -y install build-essential mtools qemu-system-x86 libssl-dev pkg-config m4 bison flex zlib1g-dev"
19
20
21
stage ('Install Rust') {
0 commit comments