Run autogen.sh in release script.

This commit is contained in:
Feng Xiao 2018-07-15 19:13:00 -07:00
parent 9209a41f82
commit 9327dc7258

View File

@ -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