Skip to content

Commit

Permalink
./.ci/ci-build.sh: remove MAKEPKG flag '--nocheck'
Browse files Browse the repository at this point in the history
  • Loading branch information
jannick0 committed Dec 26, 2023
1 parent a78d187 commit e71cd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ for package in "${packages[@]}"; do
execute 'Fetch keys' "$DIR/fetch-validpgpkeys.sh"
cp -r ${package} B && cd B
message 'Building binary'
makepkg-mingw --noconfirm --noprogressbar --nocheck --syncdeps --rmdeps --cleanbuild || failure "${status} failed"
makepkg-mingw --noconfirm --noprogressbar --syncdeps --rmdeps --cleanbuild || failure "${status} failed"
cd - > /dev/null
repo-add $PWD/artifacts/ci.db.tar.gz $PWD/B/*.pkg.tar.*
pacman -Sy
Expand Down

0 comments on commit e71cd67

Please sign in to comment.