kou commented on code in PR #45470:
URL: https://github.com/apache/arrow/pull/45470#discussion_r2008433639


##########
dev/tasks/python-wheels/github.linux.yml:
##########
@@ -60,15 +63,18 @@ jobs:
         env:
           GITHUB_TOKEN: {{ '${{ secrets.GITHUB_TOKEN }}' }}
         run: |
-          if [ "{{ manylinux_version }}" = "2014" ] && [ "{{ arch }}" = 
"arm64" ]; then
+          if [ "{{ linux_wheel_version }}" = "2014" ] && [ "{{ arch }}" = 
"arm64" ]; then
             # We can't use NuGet on manylinux2014_aarch64 because Mono is old.
             :
+          elif [ "{{ linux_wheel_kind }}" = "musllinux" ] && [ "{{ arch }}" = 
"arm64" ]; then
+            # We can't use NuGet on musl arm systems because it fails to build 
abseil:x64-linux

Review Comment:
   Hmm. I don't remember whether we have correct configuration when the comment 
is written...
   
   How about the following?
   
   ```suggestion
               # We can't use NuGet on musl arm systems because the official 
NuGet binary for arm doesn't exist.
               # See also: https://www.nuget.org/downloads
   ```



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to