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 9aaa8bf commit 2f9c2c9Copy full SHA for 2f9c2c9
Jenkinsfile
@@ -220,7 +220,7 @@ pipeline {
220
sh '''
221
sudo pacman -Syu --noconfirm
222
curl --location "$(cat deps/k_release)/kframework-5.0.0-1-x86_64.pkg.tar.xz" --output kframework.pkg.tar.xz
223
- sudo pacman -U kframework.pkg.tar.xz
+ sudo pacman --noconfirm -U kframework.pkg.tar.xz
224
cd package
225
makepkg --noconfirm --syncdeps
226
'''
0 commit comments