-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-16815: [Packaging][RPM] Disable Apache Arrow Flight for aarch64 #13371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is a follow-up of ARROW-16745/apache#13307. If we use 3 or more jobs to build RPM, memory on Travis CI is exhausted. It causes the "No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself." error.
|
|
|
@github-actions crossbow submit almalinux-* centos-* amazon-linux-* |
|
Revision: bf8d732 Submitted crossbow builds: ursacomputing/crossbow @ actions-ab7820d7cd
|
|
@github-actions crossbow submit almalinux-* centos-* amazon-linux-* |
8277574 to
199611f
Compare
|
Revision: 199611f Submitted crossbow builds: ursacomputing/crossbow @ actions-9279a421a2
|
|
@github-actions crossbow submit almalinux--arm64 centos--arm64 |
|
Revision: 911ccf8 Submitted crossbow builds: ursacomputing/crossbow @ actions-5ba64eabbd
|
|
@github-actions crossbow submit almalinux--arm64 centos--arm64 |
|
Revision: 745b88d Submitted crossbow builds: ursacomputing/crossbow @ actions-fce11ed448
|
|
@github-actions crossbow submit almalinux--arm64 centos--arm64 |
|
Revision: 080c85d Submitted crossbow builds: ursacomputing/crossbow @ actions-d23c34a3c9
|
|
@github-actions crossbow submit almalinux--arm64 centos--arm64 |
|
Revision: 4a4cc1c Submitted crossbow builds: ursacomputing/crossbow @ actions-1f10b0d030
|
|
@github-actions crossbow submit almalinux-* centos-* amazon-linux-* |
|
Revision: e2dedd5 Submitted crossbow builds: ursacomputing/crossbow @ actions-2595c22265
|
|
@github-actions crossbow submit almalinux-* centos-* amazon-linux-* |
|
Revision: d5aa1d7 Submitted crossbow builds: ursacomputing/crossbow @ actions-86055eb4d2
|
|
+1 |
This is a follow-up of ARROW-16745/#13307.
If we enable Apache Arrow Flight, we can't build packages in 60min on Travis CI.
If we can't finish a job in 60min, Travis CI terminates the job as time-out.