incubator-heron icon indicating copy to clipboard operation
incubator-heron copied to clipboard

Add Linux/ARM64 support to Incubator-Heron

Open odidev opened this issue 4 years ago • 1 comments
trafficstars

Hi Team,

I am interested in adding Linux/ARM64 support to incubator-heron and Linux/ARM64 jobs to the Travis-CI.

As mentioned in the .travis.yml file, bazel for x86_64 is installed via installer script. However, that installer script is not available for the ARM64 platform. But according to the docs, we can certainly install bazel via “bazelisk” for ARM64 as well.

So, I think we can replace the bazel script with this ‘bazelisk’ utility in Travis, to make it work similarly for both the platforms.

But I have seen that the Travis-CI takes around 2 hrs 35 mins to build for the AMD64 architecture. To add Linux/ARM64 jobs to the Travis-CI, it will surely take equivalent or maybe a little more time to build for ARM64 platform on Travis-CI.

If you are interested in adding Linux/ARM64 jobs to the Travis-CI, I am happy to contribute.

Please share your opinion on this.

odidev avatar Jan 12 '21 07:01 odidev

Sounds good~ Thanks!

Travis is the current CI but the plan is to move to Jenkins CI in Apache infra. Is there a similar util in Jenkins?

On Mon, Jan 11, 2021 at 11:32 PM odidev [email protected] wrote:

Hi Team,

I am interested in adding Linux/ARM64 support to incubator-heron and Linux/ARM64 jobs to the Travis-CI.

As mentioned in the .travis.yml file, bazel for x86_64 is installed via installer script. However, that installer script is not available for the ARM64 platform. But according to the docs https://github.com/bazelbuild/bazel/blob/master/site/docs/install-ubuntu.md#installing-bazel-on-ubuntu, we can certainly install bazel via “bazelisk” for ARM64 as well.

So, I think we can replace the bazel script with this ‘bazelisk’ utility in Travis, to make it work similarly for both the platforms.

But I have seen that the Travis-CI takes around 2 hrs 35 mins to build for the AMD64 architecture. To add Linux/ARM64 jobs to the Travis-CI, it will surely take equivalent or maybe a little more time to build for ARM64 platform on Travis-CI.

If you are interested in adding Linux/ARM64 jobs to the Travis-CI, I am happy to contribute.

Please share your opinion on this.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/apache/incubator-heron/issues/3662, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQPBH6YMOBXSRDCVSMNVPLSZP3JXANCNFSM4V6YY6MA .

nwangtw avatar Jan 12 '21 09:01 nwangtw