Skip to content

Commit

Permalink
cat extconf.rb and removing --sign from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Soni committed May 23, 2024
1 parent d402ab2 commit 0757441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ execute 'Approving recipe quality' check_recipe_quality
for package in "${packages[@]}"; do
arch_matches=$( sh -c "source ${package}/PKGBUILD && if [[ \" \${mingw_arch[@]} \" =~ \" ${MINGW_ARCH} \" ]]; then echo yes; fi " )
if [[ ${arch_matches} == "yes" ]]; then
execute "Building binary for arch ${MINGW_ARCH}" makepkg-mingw --noconfirm --skippgpcheck --nocheck --syncdeps --rmdeps --cleanbuild --sign
execute "Building binary for arch ${MINGW_ARCH}" makepkg-mingw --noconfirm --skippgpcheck --nocheck --syncdeps --rmdeps --cleanbuild
# execute 'Installing' yes:pacman --upgrade *.pkg.tar.zst
# execute 'Uninstalling' yes:pacman --remove --recursive --cascade --noconfirm "${package/mingw-w64/mingw-w64-i686}" "${package/mingw-w64/mingw-w64-x86_64}" "${package/mingw-w64/mingw-w64-ucrt-x86_64}"
# deploy_enabled && mv "${package}"/*.pkg.tar.zst "${package}"/*.pkg.tar.zst.sig artifacts
Expand Down
3 changes: 3 additions & 0 deletions mingw-w64-ruby32/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ build() {
echo "ls openssl --->"
ls ${srcdir}/${_realname}-${pkgver2}/ext/openssl
echo "--------------------"
echo "cat openssl/extconf.rb --->"
cat ${srcdir}/${_realname}-${pkgver2}/ext/openssl/extconf.rb
echo "--------------------"
# echo "cat config should fail ideally --->"
# cat ${srcdir}/build-${MINGW_CHOST}/config.log

Expand Down

0 comments on commit 0757441

Please sign in to comment.