jonkeane commented on code in PR #49221:
URL: https://github.com/apache/arrow/pull/49221#discussion_r2800860784


##########
dev/tasks/r/github.macos.cran.yml:
##########
@@ -58,7 +60,25 @@ jobs:
           extra-packages: |
             any::rcmdcheck
             any::sys
-      - name: Install
+      - name: Install MacOSX 11.3 SDK
+        if: matrix.config == 'cran-release'
+        run: |
+          curl -fsSL 
https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz
 -o /tmp/MacOSX11.3.sdk.tar.xz
+          sudo tar -xf /tmp/MacOSX11.3.sdk.tar.xz -C 
/Library/Developer/CommandLineTools/SDKs/
+          echo "Installed MacOSX11.3.sdk to 
/Library/Developer/CommandLineTools/SDKs/"
+          ls -la /Library/Developer/CommandLineTools/SDKs/

Review Comment:
   Yeah, the numbers here are confusing. We need XCode 13.3, which has an SDK 
for MacOSX11.3 in it. But I have confirmed locally that the Apple link there 
(and pointing `SDKROOT` to that) will trigger the issue locally. 
   
   Do we have some place we could host this privately (but still with access 
for our CI runners)? I'm happy to do that temporarily, but don't want it to be 
out and available on the open internet if possible. I would consider a private 
repo alongside usracomputing/crossbow, but I don't have access to that anymore. 
Do you know who does?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to