Skip ldid for now

This commit is contained in:
Duy Tran Khanh 2022-08-17 13:46:30 +07:00 committed by GitHub
parent a7bec95521
commit e5014d5618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ imagespath=openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEB
rm -rf dizout jreout jdkout rm -rf dizout jreout jdkout
mkdir dizout mkdir dizout
if [ "$BUILD_IOS" == "1" ]; then if [ "$BUILD_IOS" == "1_skipped_for_now" ]; then
find $imagespath -name "*.dylib" -exec ldid -Sios-sign-entitlements.xml {} \; find $imagespath -name "*.dylib" -exec ldid -Sios-sign-entitlements.xml {} \;
for bindir in $(find $imagespath -name "bin"); do for bindir in $(find $imagespath -name "bin"); do
ldid -Sios-sign-entitlements.xml ${bindir}/* ldid -Sios-sign-entitlements.xml ${bindir}/*