raulcd commented on PR #44989:
URL: https://github.com/apache/arrow/pull/44989#issuecomment-2607070486

   I am trying to install the newer CMake on the linux-packaging tasks but it's 
slightly complex to understand the context and where the files might be 
located. My idea is to reuse the `install_cmake.sh` script, and I was trying to 
link or copy the file under `ci/scripts` into the Dockerfile, but I am 
struggling to understand where the docker build is executed and what the path 
should be (I was thinking on making a symbolic link on 
`dev/tasks/linux-packages` to `ci/scripts` if necessary). I tried to parse this 
logs and we seem to jump around on rake quite a little bit but it's confusing:
   ```
   cd /runner/_work/crossbow/crossbow/arrow/dev/tasks/linux-packages/../../..
   docker build --cache-from 
apache/arrow-dev:aarch64-almalinux-9-package-apache-arrow --tag 
apache/arrow-dev:aarch64-almalinux-9-package-apache-arrow --build-arg DEBUG=yes 
--build-arg FROM=arm64v8/almalinux:9 almalinux-9
   cd -
   cp 
/runner/_work/crossbow/crossbow/arrow/dev/tasks/linux-packages/yum/build.sh 
yum/build.sh
   rm -rf yum/tmp
   mkdir -p yum/tmp
   cp apache-arrow-20.0.0.dev8.tar.gz yum/tmp/apache-arrow-20.0.0.dev8.tar.gz
   cd yum
   mkdir -p 
/runner/_work/crossbow/crossbow/arrow/dev/tasks/linux-packages/apache-arrow/yum/build/almalinux-9-aarch64
   ```
   cc @kou 


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