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
Is your feature request related to a problem? Please describe
As of now the ci-runner images for al2 and centos7 are installing [email protected] through npm/yarn.
x64 version is ok but arm64 version will not run because cypress does not have arm64 binary yet.
We need to tweak the ci runner dockerfile so that it will install both arch with [email protected] and then replace the arm64 one with the tarball above.
The only plugin as of now has issues with [email protected] on arm64 host is AD Dashboards plugin, where @ohltyler needs to have some research.
Thanks.
Describe the solution you'd like
See above.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
For some context, the binary was built using cypress tag 6.8.0 targeting 5.6.0, because version 5 uses node-sass which doesn't work well on arm64. This version difference didn't affect our plugins, but I don't know if it will cause issues for others.
Might be better to upgrade to cypress 6 or above and make the version consistent for all plugins. Building cypress 6 on arm64 is easier, we just need to skip puppeteer chromium and link a prebuilt like the one from reporting
For some context, the binary was built using cypress tag 6.8.0 targeting 5.6.0, because version 5 uses node-sass which doesn't work well on arm64. This version difference didn't affect our plugins, but I don't know if it will cause issues for others.
Might be better to upgrade to cypress 6 or above and make the version consistent for all plugins. Building cypress 6 on arm64 is easier, we just need to skip puppeteer chromium and link a prebuilt like the one from reporting
There are some plugins such as AD is still relying on 5.6.0.
I will try to create an image and see if it runs.
I will talk to you @joshuali925 about creating 6 if needed.
Is your feature request related to a problem? Please describe
As of now the ci-runner images for al2 and centos7 are installing [email protected] through npm/yarn.
x64 version is ok but arm64 version will not run because cypress does not have arm64 binary yet.
@joshuali925 has manually compiled a [email protected] for arm64 which proved to run well in #567 #1118
We have uploaded this version to https://ci.opensearch.org/ci/dbc/tools/Cypress-5.6.0-arm64.tar.gz
We need to tweak the ci runner dockerfile so that it will install both arch with [email protected] and then replace the arm64 one with the tarball above.
The only plugin as of now has issues with [email protected] on arm64 host is AD Dashboards plugin, where @ohltyler needs to have some research.
Thanks.
Describe the solution you'd like
See above.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: