File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ message 'Building packages'
36
36
for package in " ${packages[@]} " ; do
37
37
echo " ::group::[build] ${package} "
38
38
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
40
40
execute ' Building source' makepkg --noconfirm --noprogressbar --allsource
41
41
echo " ::endgroup::"
42
42
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ message 'Building packages' "${packages[@]}"
25
25
execute ' Updating system' update_system
26
26
execute ' Approving recipe quality' check_recipe_quality
27
27
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
29
29
execute ' Building source' makepkg --noconfirm --noprogressbar --skippgpcheck --allsource
30
30
execute ' Installing' yes:pacman --noprogressbar --upgrade * .pkg.tar.xz
31
31
execute ' Checking dll depencencies' list_dll_deps ./pkg
You can’t perform that action at this time.
0 commit comments