Skip to content

Commit

Permalink
Merge pull request #4922 from xfxyjwf/release2
Browse files Browse the repository at this point in the history
Run autogen.sh in release script.
  • Loading branch information
xfxyjwf committed Jul 16, 2018
2 parents 03e05bb + 1fc53af commit ba40b4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kokoro/release/protoc/linux/build.sh
Expand Up @@ -5,6 +5,12 @@ set -x
# Change to repo root.
cd $(dirname $0)/../../../..

# Initialize any submodules.
git submodule update --init --recursive

# Generate the configure script.
./autogen.sh

# Use docker image to build linux artifacts.
DOCKER_IMAGE_NAME=protobuf/protoc_$(sha1sum protoc-artifacts/Dockerfile | cut -f1 -d " ")
docker pull $DOCKER_IMAGE_NAME
Expand Down

0 comments on commit ba40b4b

Please sign in to comment.