kou commented on a change in pull request #9285:
URL: https://github.com/apache/arrow/pull/9285#discussion_r592739245



##########
File path: dev/tasks/linux-packages/github.linux.amd64.yml
##########
@@ -73,7 +73,6 @@ jobs:
           sudo apt update
           sudo apt install -y \
             apt-utils \
-            createrepo \

Review comment:
       It's used to test RPM packages.
   Could you revert this?

##########
File path: dev/tasks/linux-packages/travis.linux.arm64.yml
##########
@@ -15,16 +15,17 @@
 # specific language governing permissions and limitations
 # under the License.
 
+arch: arm64-graviton2
+virt: vm
 os: linux
-arch: arm64
-dist: bionic
+dist: focal
+group: edge
 language: minimal
 
 addons:
   apt:
     packages:
       - apt-utils
-      - createrepo

Review comment:
       We need `createrepo` or `createrepo_c` for testing RPM packages.
   `createrepo` exists only on Ubuntu 16.04 and 18.04.
   `createrepo_c` exists only on Ubuntu 20.10 or later.
   
   https://packages.ubuntu.com/search?keywords=createrepo
   
   Can we use `bionic` with `arm64-graviton2`?
   




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

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


Reply via email to