Skip to content

Commit c0cfaba

Browse files
committed
fixup! ci: do run the check phase
Patches the wrong file all along! Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7b818f7 commit c0cfaba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ message 'Building packages'
3636
for package in "${packages[@]}"; do
3737
echo "::group::[build] ${package}"
3838
execute 'Fetch keys' "$DIR/fetch-validpgpkeys.sh"
39-
execute 'Building binary' makepkg --noconfirm --noprogressbar --nocheck --syncdeps --rmdeps --cleanbuild
39+
execute 'Building binary' makepkg --noconfirm --noprogressbar --check --syncdeps --rmdeps --cleanbuild
4040
execute 'Building source' makepkg --noconfirm --noprogressbar --allsource
4141
echo "::endgroup::"
4242

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ message 'Building packages' "${packages[@]}"
2525
execute 'Updating system' update_system
2626
execute 'Approving recipe quality' check_recipe_quality
2727
for package in "${packages[@]}"; do
28-
execute 'Building binary' bash -x /usr/bin/makepkg --noconfirm --noprogressbar --skippgpcheck --check --syncdeps --rmdeps --cleanbuild
28+
execute 'Building binary' makepkg --noconfirm --noprogressbar --skippgpcheck --nocheck --syncdeps --rmdeps --cleanbuild
2929
execute 'Building source' makepkg --noconfirm --noprogressbar --skippgpcheck --allsource
3030
execute 'Installing' yes:pacman --noprogressbar --upgrade *.pkg.tar.xz
3131
execute 'Checking dll depencencies' list_dll_deps ./pkg

0 commit comments

Comments
 (0)