kou commented on code in PR #41395:
URL: https://github.com/apache/arrow/pull/41395#discussion_r1581510792
##########
dev/tasks/tasks.yml:
##########
@@ -554,12 +554,9 @@ tasks:
"almalinux-8",
"amazon-linux-2023",
"centos-9-stream",
- "centos-8-stream",
- "centos-7"] %}
- {% set is_rhel7_based = (target in ["amazon-linux-2", "centos-7"]) %}
- {% for architecture
- in ["amd64", "arm64"]
- if not (target == "centos-7" and architecture == "arm64") %}
+ "centos-8-stream"] %}
+ {% set is_rhel7_based = (target in ["amazon-linux-2"]) %}
Review Comment:
Could you also remove `is_rhel7_based` entirely?
`amazon-linux-2` isn't supported too.
##########
docs/source/developers/continuous_integration/crossbow.rst:
##########
@@ -222,7 +222,7 @@ Run only ``conda`` package builds and a Linux one:
.. code::
- $ archery crossbow submit --group conda centos-7
+ $ archery crossbow submit --group conda centos-9
Review Comment:
`centos-9` doesn't exist...
```suggestion
$ archery crossbow submit --group conda almalinux-9
```
--
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]