-
Notifications
You must be signed in to change notification settings - Fork 112
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
Update omnibus-overrides, switch to ruby 2.7 #1123
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
74c2666
Switch to Ruby 2.7.1
clintoncwolfe 83e569b
Update bundler and rubygems to match chef/chef
clintoncwolfe 4c88f82
Adding Ruby 2.7 to testing pipeline
tyler-ball b176173
Updating rake and minitest to version embedded in Ruby
tyler-ball 652f90f
Updating the bcrypt_pbkdf gem to the latest RC version
tyler-ball 3aa55e8
Updating rb-fsevent gem to remove dependency on bundler
tyler-ball d05cf47
Updating chef-telemetry, which pulls in http 4.x
tyler-ball cf45a97
Updating omnibus deps
tyler-ball 9389d45
Uncommenting some tests to see if they pass
tyler-ball 26d0562
Removing unecessary Rubygems and Bundler software deps
tyler-ball 2a86125
Updating nokogiri, chef-apply, chef-workstation-app, and nodejs to la…
tyler-ball ed94be7
Updating to the latest chef-workstation-app
tyler-ball 20f8b31
Pinning Nokogiri since 1.11.0.rc2 fails to build
tyler-ball a6ac415
Cannot upgrade to NodeJS > 11 until we drop EL 6 support
tyler-ball f6566e2
Comment to help my future self out
tyler-ball 1bd21d8
Force Nokogiri to compile instead of installing pre-built extensions
tyler-ball ae506b9
Updating to latest chef-cli release (support for .yml recipes)
tyler-ball 59fe0a6
Don't delete native extension folders during cleanup
tyler-ball e78b07e
Windows Nokogiri requires specifying the lib paths
tyler-ball 1b4e282
Updating omnibus deps
tyler-ball 9b27255
Unziping app has started failing, using ditto as recommended
tyler-ball File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tas50 @lamont-granquist Is this going to bite me in the ass?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new library which builds native extensions is https://github.com/cotag/http-parser which pulls in https://github.com/nodejs/http-parser/tree/77310eeb839c4251c07184a5db8885a572a08352 which is a C extension so... hopefully not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out the answer is YES