Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
014a5507
Commit
014a5507
authored
Feb 06, 2017
by
Josh Haberman
Committed by
Paul Yang
Mar 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ruby: build packages for Ruby 2.4.
parent
c57c77b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Rakefile
ruby/Rakefile
+2
-2
No files found.
ruby/Rakefile
View file @
014a5507
...
...
@@ -64,13 +64,13 @@ else
task
'gem:windows'
do
require
'rake_compiler_dock'
RakeCompilerDock
.
sh
"bundle && IN_DOCKER=true rake cross native gem RUBY_CC_VERSION=2.3.0:2.2.2:2.1.5:2.0.0"
RakeCompilerDock
.
sh
"bundle && IN_DOCKER=true rake cross native gem RUBY_CC_VERSION=2.
4.0:2.
3.0:2.2.2:2.1.5:2.0.0"
end
if
RUBY_PLATFORM
=~
/darwin/
task
'gem:native'
do
system
"rake genproto"
system
"rake cross native gem RUBY_CC_VERSION=2.3.0:2.2.2:2.1.5:2.0.0"
system
"rake cross native gem RUBY_CC_VERSION=2.
4.0:2.
3.0:2.2.2:2.1.5:2.0.0"
end
else
task
'gem:native'
=>
[
:genproto
,
'gem:windows'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment