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
32ad5a3e
Commit
32ad5a3e
authored
Mar 31, 2017
by
Feng Xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use "git reset --hard" to actually reset the code.
parent
b7c813fb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
jenkins/docker/Dockerfile
+2
-2
Dockerfile
jenkins/docker32/Dockerfile
+1
-1
No files found.
jenkins/docker/Dockerfile
View file @
32ad5a3e
...
...
@@ -129,7 +129,7 @@ ENV MVN mvn --batch-mode
RUN
cd
/tmp
&&
\
git clone https://github.com/google/protobuf.git
&&
\
cd
protobuf
&&
\
git reset c2b3b3e04e7a023efe06f2107705b45428847800
&&
\
git reset
--hard
c2b3b3e04e7a023efe06f2107705b45428847800
&&
\
./autogen.sh
&&
\
./configure
&&
\
make
-j4
&&
\
...
...
@@ -157,7 +157,7 @@ RUN cd /tmp && \
rm
-rf
protobuf
&&
\
git clone https://github.com/google/protobuf.git
&&
\
cd
protobuf
&&
\
git reset 46ae90dc5e145b12fffa7e053a908a9f3e066286
&&
\
git reset
--hard
46ae90dc5e145b12fffa7e053a908a9f3e066286
&&
\
cd
php
&&
\
ln
-sfn
/usr/local/php-5.5/bin/php /usr/bin/php
&&
\
ln
-sfn
/usr/local/php-5.5/bin/php-config /usr/bin/php-config
&&
\
...
...
jenkins/docker32/Dockerfile
View file @
32ad5a3e
...
...
@@ -64,7 +64,7 @@ RUN php -r "unlink('composer-setup.php');"
RUN
cd
/tmp
&&
\
git clone https://github.com/google/protobuf.git
&&
\
cd
protobuf/php
&&
\
git reset 6b27c1f981a9a93918e4039f236ead27165a8e91
&&
\
git reset
--hard
6b27c1f981a9a93918e4039f236ead27165a8e91
&&
\
ln
-sfn
/usr/bin/php5.5 /usr/bin/php
&&
\
ln
-sfn
/usr/bin/php-config5.5 /usr/bin/php-config
&&
\
ln
-sfn
/usr/bin/phpize5.5 /usr/bin/phpize
&&
\
...
...
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