Add pacman -Syy step
Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
This commit is contained in:
parent
3657d6358a
commit
b3f7ac6597
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -17,6 +17,7 @@ pipeline {
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'sudo pacman -Syy'
|
||||
sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force --noconfirm'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user