Skip to content

Commit

Permalink
Skip ldid for now
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Aug 17, 2022
1 parent a7bec95 commit e5014d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion removejdkdebuginfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}/*
Expand Down

0 comments on commit e5014d5

Please sign in to comment.