mirror of https://github.com/grpc/grpc-java.git
Fetch the latest Protobuf sources before checking out the release.
The protoc-artifacts may have been created at previous release, which may not contain the latest Protobuf release.
This commit is contained in:
parent
68fe049e35
commit
cadc0b2681
|
|
@ -1,6 +1,7 @@
|
||||||
FROM protoc-artifacts:latest
|
FROM protoc-artifacts:latest
|
||||||
|
|
||||||
RUN scl enable devtoolset-1.1 'bash -c "cd /protobuf && \
|
RUN scl enable devtoolset-1.1 'bash -c "cd /protobuf && \
|
||||||
|
git fetch && \
|
||||||
git checkout v3.0.0-alpha-3.1 && \
|
git checkout v3.0.0-alpha-3.1 && \
|
||||||
./autogen.sh && \
|
./autogen.sh && \
|
||||||
CXXFLAGS=-m32 ./configure --disable-shared --prefix=/protobuf-32 && \
|
CXXFLAGS=-m32 ./configure --disable-shared --prefix=/protobuf-32 && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue