You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
On Mon, Jan 11, 2021 at 11:32 PM odidev ***@***.***> 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
<#3662>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQPBH6YMOBXSRDCVSMNVPLSZP3JXANCNFSM4V6YY6MA>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: