Skip to content

Commit

Permalink
pkg: remove use of sudo from the signing script
Browse files Browse the repository at this point in the history
this is required as use of 'sudo' is not available
in downstream build machines. while testing the built
pkg with this changes crc is working as expected
  • Loading branch information
anjannath committed Jun 5, 2024
1 parent 6ce85b7 commit e589591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/darwin/macos-pkg-build-and-sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sign "${crcBinDir}/crc"
sign "${crcBinDir}/crc-admin-helper-darwin"
sign "${crcBinDir}/vfkit"

sudo chmod +sx "${crcBinDir}/crc-admin-helper-darwin"
chmod +sx "${crcBinDir}/crc-admin-helper-darwin"

pkgbuild --identifier com.redhat.crc --version ${version} \
--scripts "${BASEDIR}/scripts" \
Expand Down

0 comments on commit e589591

Please sign in to comment.