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

[beta] Revert "[CHORE] Node 6 is EOL this month" #17891

Merged
merged 1 commit into from
Apr 9, 2019

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Apr 9, 2019

Reverts #17836

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update to revert the engines change, but not the .travis.yml changes.

@Turbo87
Copy link
Member Author

Turbo87 commented Apr 9, 2019

hmm... why? seems bad to not test what we claim to support 🤔

@rwjblue
Copy link
Member

rwjblue commented Apr 9, 2019

Feel free to fix the issue that #17836 was addressing in other ways then...

@rwjblue
Copy link
Member

rwjblue commented Apr 9, 2019

The CI failure here in this PR is an example of exactly the failure on Node 6:

https://travis-ci.org/emberjs/ember.js/jobs/517663153

@Turbo87
Copy link
Member Author

Turbo87 commented Apr 9, 2019

the issue that #17836 was addressing

"the SIGSEGV bug" is not a very verbose bug description 😉

do we have any information on why this happens, when it started happening, etc?

@pzuraq
Copy link
Contributor

pzuraq commented Apr 9, 2019

@Turbo87 unfortunately no, it started showing up and killing all of the builds 😕 I searched around after being blocked for some time, all I could find is that it indicated a segmentation fault, so something fairly low level. No results for SIGSEGV in connection to Babel.

Our best guess, and the reason we merged this PR, is that something low level upstream changed in a way that doesn't support Node 6 anymore, since it was being EOL'd. It could be something they knew would break, or something they didn't, we just aren't sure.

Our reasoning for this was that by the time Ember 3.10.0 releases, we will not be officially supporting Node v6 anymore, so we reasoned it was not problematic to drop support during beta and unblock our builds.

@Turbo87
Copy link
Member Author

Turbo87 commented Apr 9, 2019

@pzuraq the problem is that all the addons that follow our blueprint still use Node 6 on CI, but they do test the beta releases of Ember which now causes CI to fail for a lot of addons :-/

@pzuraq
Copy link
Contributor

pzuraq commented Apr 9, 2019

Do you think @rwjblue's solution is good enough for now? We aren't planning on breaking on APIs, haven't made any changes to the distributed files that would cause issues I don't believe

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@Turbo87 Turbo87 force-pushed the revert-17836-chore/bump-minimum-node-version branch from 5d7914e to 02fa397 Compare April 9, 2019 19:44
@Turbo87
Copy link
Member Author

Turbo87 commented Apr 9, 2019

@rwjblue @pzuraq done

@rwjblue rwjblue merged commit 3449a8f into master Apr 9, 2019
@Turbo87 Turbo87 deleted the revert-17836-chore/bump-minimum-node-version branch April 9, 2019 21:22
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.

None yet

3 participants