-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide own native gems for Ruby 2.6 and Protobuf.
This allows mutation/testing on Ruby 2.6. Related: https://twitter.com/pawelpacana/status/1080576829872844801 protocolbuffers/protobuf#5161 Private source to be removed once there's an official update on rubygems.org. Building https://github.com/protocolbuffers/protobuf: 1. compile C++ version to have src/proto ready for use 2. on macos: rake build clobber_package gem gem:native 3. on linux: rake build clobber_package gem gem:native as well, but make sure to update rake-compiler* dependencies to newest ones, update RUBY_CC_VERSION to include 2.6.0 and disable non-linux from ext.cross_platform
- Loading branch information
1 parent
9e7c195
commit 67329cd
Showing
3 changed files
with
4 additions
and
8 deletions.
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