You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rake version:update
apt-dists-merge is needed for apt:* tasks
cd apache-arrow
/usr/bin/ruby3.2 -S rake version:update
cd /home/raulcd/code/arrow/dev/tasks/linux-packages/../../..
cd -
cd apache-arrow-apt-source
/usr/bin/ruby3.2 -S rake version:update
cd /home/raulcd/code/arrow/dev/tasks/linux-packages/../../..
cd -
cd apache-arrow-release
/usr/bin/ruby3.2 -S rake version:update
cd /home/raulcd/code/arrow/dev/tasks/linux-packages/../../..
cd -
$ rake apt
apt-dists-merge is needed for apt:* tasks
It would be nice to add to the docs how to target specific linux packages to be build too by setting the environment variables.
Based on workflows on CI it seems we do the following:
but it is not required for APT_TARGETS=ubunut-focal rake --trace apt:build BUILD_DIR=build
I was able to run that locally without requiring apt-dists-merge
kou
added a commit
to kou/arrow
that referenced
this issue
Feb 10, 2025
)
### Rationale for this change
If we can build .deb/.rpm, we can debug .deb/.rpm build easily.
### What changes are included in this PR?
Update `dev/tasks/linux-packages/README.md`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #45436
Lead-authored-by: Sutou Kouhei <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Co-authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
I am trying to fix some minor issues on the linux-packaging due to the CMake version upgrade PR and I wasn't able to find updated documentation on how to test locally. Testing via CI is slow and error prone. The documentation here should be updated:
https://github.com/apache/arrow/tree/main/dev/tasks/linux-packages#how-to-build-deb-packages
If I try the current docs it fails with:
It would be nice to add to the docs how to target specific linux packages to be build too by setting the environment variables.
Based on workflows on CI it seems we do the following:
Component(s)
Packaging, Documentation
The text was updated successfully, but these errors were encountered: