-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eslint-plugin-jest v24.0.0 broken on CI #824
Comments
Ah sorry, we migrated to yarn v2. Removing |
Hmm. We can run |
/cc @arcanis thoughts on best way to approach this? |
If checking the version is possible that would be the easiest workaround. The second best one (but still significantly less good) would be to modify |
This partially reverts c3917aa. yarn v2 does not support the YARN_IGNORE_ENGINES option. Fixes: nodejs#824
#831 does this. It also looks like
|
🎉
Wat. I've never seen that error and have no idea where it comes from. I tried grepping in the repo (which has both the yarn script and |
It seems like Emscripten doesn't support big endian systems, and we use it for the zip support 🤔
|
eslint-plugin-jest uses yarn policies which uses emscripten which only supports little endian architectures. Refs: #824 (comment)
Looks like the most recent version of
eslint-plugin-jest
, v24.0.0, is broken when running in CITGM on our CI:e.g. https://ci.nodejs.org/job/citgm-smoker/2458/nodes=ubuntu1804-64/testReport/junit/(root)/citgm/eslint_plugin_jest_v24_0_0/
I can reproduce locally with [email protected] but not with [email protected] (the previous release).
cc @SimenB
The text was updated successfully, but these errors were encountered: