assignUser commented on code in PR #41403:
URL: https://github.com/apache/arrow/pull/41403#discussion_r1582460912


##########
dev/tasks/r/github.packages.yml:
##########
@@ -227,7 +227,7 @@ jobs:
            working-directory: 'arrow'
            extra-packages: cpp11
       - name: Set CRAN like openssl
-        if: contains(matrix.platform.runs_on, 'arm64')
+        if: contains(matrix.platform.name, 'arm64')

Review Comment:
   @jonkeane The change looks good but I think the issue actually happened when 
[we moved to gh hosted arm64](https://github.com/apache/arrow/pull/40437) 
runners (`['arm64', 'macos', 'self-hosted']` -> `'macos-14'`) , not sure why it 
didn't error then, probably some change in the image. Good catch!
   
   The upload job is failing because `tasks.yml` still has an artifact named 
after the old pattern which causes the fail because it was never uploaded
   
![grafik](https://github.com/apache/arrow/assets/16141871/3669100b-6702-46c6-ba67-9a5ead7439c2)
   I left a suggestion for that.



-- 
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