From e5014d56184d3641d75beaeed95a0f2adc251062 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:46:30 +0700 Subject: [PATCH] Skip ldid for now --- removejdkdebuginfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/removejdkdebuginfo.sh b/removejdkdebuginfo.sh index 525fa2f3..8fafcc4f 100755 --- a/removejdkdebuginfo.sh +++ b/removejdkdebuginfo.sh @@ -8,7 +8,7 @@ imagespath=openjdk/build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEB rm -rf dizout jreout jdkout 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 {} \; for bindir in $(find $imagespath -name "bin"); do ldid -Sios-sign-entitlements.xml ${bindir}/*