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
b8e7e892
Commit
b8e7e892
authored
Sep 21, 2016
by
Bo Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix travis, jenkins environment issues.
parent
050c014a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.am
conformance/Makefile.am
+1
-1
Dockerfile
jenkins/docker/Dockerfile
+1
-1
travis-test.sh
ruby/travis-test.sh
+1
-1
No files found.
conformance/Makefile.am
View file @
b8e7e892
...
...
@@ -276,6 +276,6 @@ test_python_cpp: protoc_middleman conformance-test-runner
if
OBJC_CONFORMANCE_TEST
test_objc
:
protoc_middleman conformance-test-runner conformance-objc
./conformance-test-runner
--enforce_recom
em
nded
--failure_list
failure_list_objc.txt ./conformance-objc
./conformance-test-runner
--enforce_recom
me
nded
--failure_list
failure_list_objc.txt ./conformance-objc
endif
jenkins/docker/Dockerfile
View file @
b8e7e892
...
...
@@ -115,7 +115,7 @@ RUN cd /tmp && \
cd
protobuf
&&
\
./autogen.sh
&&
\
./configure
&&
\
make
-j
6
&&
\
make
-j
7
&&
\
cd
java
&&
\
$MVN
install
dependency:go-offline
-Dmaven
.repo.local
=
$MAVEN_REPO
&&
\
cd
../javanano
&&
\
...
...
ruby/travis-test.sh
View file @
b8e7e892
...
...
@@ -8,7 +8,7 @@ test_version() {
if
[
"
$version
"
==
"jruby-1.7"
]
;
then
# No conformance tests yet -- JRuby is too broken to run them.
bash
--login
-c
\
"rvm install
$version
&& rvm use
$version
&&
\
"rvm install
$version
&& rvm use
$version
&&
rvm get head &&
\
which ruby &&
\
gem install bundler && bundle &&
\
rake test"
...
...
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