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
I am working on adding arm64 support to travis-ci.
Before adding arch: arm64, I have found that the travis-ci is failing for AMD64 itself. In the ‘install’ clause, install.sh file is being called (install: contrib/scripts/install.sh), but that file is not present at the location, or anywhere else in the project. Hence build fails.
I proceeded with my work after eliminating the ‘install’ clause in .travis.yml, and adding arm64 architecture into travis as well. Travis-ci is running successfully for both the architectures. Please find my travis-ci jobs here : https://travis-ci.com/github/rahulgit-ps/dgraph
Can you please suggest what changes are required in place of the install.sh file ?