[
https://issues.apache.org/jira/browse/CURATOR-634?focusedWorklogId=787904&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-787904
]
ASF GitHub Bot logged work on CURATOR-634:
------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Jul/22 15:21
Start Date: 05/Jul/22 15:21
Worklog Time Spent: 10m
Work Description: tisonkun commented on code in PR #412:
URL: https://github.com/apache/curator/pull/412#discussion_r913922216
##########
.travis.yml:
##########
@@ -0,0 +1,59 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+os: linux
+dist: focal
+arch: arm64-graviton2
+group: edge
+virt: vm
+language: generic
Review Comment:
```suggestion
language: java
```
Why not use a java env? In this approach you don't have to install maven
manually.
Issue Time Tracking
-------------------
Worklog Id: (was: 787904)
Time Spent: 0.5h (was: 20m)
> Re-introduce TravisCI for testing on Linux ARM64
> ------------------------------------------------
>
> Key: CURATOR-634
> URL: https://issues.apache.org/jira/browse/CURATOR-634
> Project: Apache Curator
> Issue Type: Task
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Jordan Zimmerman
> Priority: Minor
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> With CURATOR-624 the project moves from TravisCI to Github Actions.
> I'd like to ask whether TravisCI can still be used for testing on (Linux)
> ARM64 CPU architecture.
> Curator is a Java project so it should work on any CPU architecture supported
> by the JVM, but it has dependencies on libraries which use native code, e.g.
> snappy-java.
> Another problem which I found recently was with
> {{org.commonjava.maven.plugins:directory-maven-plugin. Because of it one
> cannot build on Linux and Mac ARM64. See
> [https://github.com/apache/curator/pull/402]}}
> At the moment Apache Kyuubi (incubating) cannot be used on Linux ARM64 due to
> Curator. They use quite an old version though - 2.12.0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)