aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-07-15 19:13:00 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2018-07-15 21:03:55 -0700
commit9327dc72581dd1485cbae6a33192e4dbe9a3ecb6 (patch)
tree9b4358de331d42a021c5247dcbb028c2b703666d
parent9209a41f8294f6da8556266f3cacb83e5ad03e75 (diff)
downloadprotobuf-9327dc72581dd1485cbae6a33192e4dbe9a3ecb6.tar.gz
protobuf-9327dc72581dd1485cbae6a33192e4dbe9a3ecb6.tar.bz2
protobuf-9327dc72581dd1485cbae6a33192e4dbe9a3ecb6.zip
Run autogen.sh in release script.
-rwxr-xr-xkokoro/release/protoc/linux/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/kokoro/release/protoc/linux/build.sh b/kokoro/release/protoc/linux/build.sh
index 0b6d55b1..6ecfc914 100755
--- a/kokoro/release/protoc/linux/build.sh
+++ b/kokoro/release/protoc/linux/build.sh
@@ -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