Skip to content
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

Solve Command exited with code -1073741819 in AppVeyor #2597

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

Markel
Copy link
Contributor

@Markel Markel commented Sep 3, 2020

Fixes #2583 (finally)

It basically uses the x64 version of node as the x86 version seems to have a bug that causes the code -1073741819 error which has been making tests to fail since node 14's introduction. I just hope that this works, it is really annoying to see all tests fail 😢

The solution comes from here: https://help.appveyor.com/discussions/problems/28111-code-1073741819

@codecov
Copy link

codecov bot commented Sep 3, 2020

Codecov Report

Merging #2597 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2597   +/-   ##
=======================================
  Coverage   95.15%   95.15%           
=======================================
  Files           5        5           
  Lines         165      165           
=======================================
  Hits          157      157           
  Misses          8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef28146...f2647ac. Read the comment docs.

@Markel
Copy link
Contributor Author

Markel commented Sep 3, 2020

Success 🎉💃🎊🥳
https://ci.appveyor.com/project/PatrickKettner/modernizr/builds/35014686/job/o9fxnveirft173q5

@rejas rejas merged commit ee2cc21 into Modernizr:master Sep 3, 2020
Markel added a commit to Markel/Modernizr-v4 that referenced this pull request Sep 4, 2020
Update to x64 version of node
Markel added a commit to Markel/Modernizr-v4 that referenced this pull request Sep 4, 2020
Update to x64 version of node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AppVeyor failing tests
2 participants