Skip to content

Commit 41147b5

Browse files
authoredMay 20, 2020
[system-dependencies] Remove the 'com.apple.quarantine' attribute from the downloaded dotnet sdk. (#8617)
1 parent 944ec6d commit 41147b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎system-dependencies.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,7 @@ function check_dotnet ()
10711071
TAR_ARGS=xf
10721072
fi
10731073
tar $TAR_ARGS "$DOWNLOADED_FILE" -C "$INSTALL_DIR-tmp"
1074+
xattr -s -d -r com.apple.quarantine "$INSTALL_DIR-tmp"
10741075
mv "$INSTALL_DIR-tmp" "$INSTALL_DIR"
10751076
else
10761077
$SUDO installer -pkg "$DOWNLOADED_FILE" -target /

2 commit comments

Comments
 (2)

xamarin-release-manager commented on May 20, 2020

@xamarin-release-manager
Collaborator

🚧 Experimental DDFun pipeline

🔥 Device tests completed (Failed) on iOS-DDFun on Azure DevOps(iOS-DDFun) 🔥

🔥 Tests failed catastrophically (no summary found)

xamarin-release-manager commented on May 21, 2020

@xamarin-release-manager
Collaborator

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Running XM tests on '10.9'' 🔥

Provisioning succeeded
Build succeeded
✅ Packages built successfully

View packages

API Diff (from stable)
API Diff (from PR only) (no change)
ℹ️ Generator Diff (please review changes)
🔥 Test run failed 🔥

Test results

1 tests failed, 183 tests passed.

Failed tests

  • monotouch-test/iOS Unified 32-bits - simulator/Debug (all optimizations): TimedOut
🔥 [Xamarin.Mac tests on 10.9 failed: script returned exit code 143](https://jenkins.internalx.com/job/macios/job/master/1586/display/redirect) 🔥
Please sign in to comment.