Skip to content

Commit

Permalink
build: add set -e on recipe scripts (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattklein123 authored Apr 4, 2017
1 parent 9949ece commit 4cf8465
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/boringssl.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

git clone https://boringssl.googlesource.com/boringssl
cd boringssl
git reset --hard b87c80300647c2c0311c1489a104470e099f1531
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/cares.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget https://github.com/c-ares/c-ares/archive/cares-1_12_0.tar.gz
tar xf cares-1_12_0.tar.gz
cd c-ares-cares-1_12_0
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/cotire.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget https://github.com/sakra/cotire/archive/cotire-1.7.8.tar.gz
tar xf cotire-1.7.8.tar.gz
rsync -av cotire-cotire-1.7.8 $THIRDPARTY_SRC
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/gcovr.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget -O gcovr-3.3.tar.gz https://github.com/gcovr/gcovr/archive/3.3.tar.gz
tar xf gcovr-3.3.tar.gz
rsync -av gcovr-3.3 $THIRDPARTY_SRC
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/googletest.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget -O googletest-1.8.0.tar.gz https://github.com/google/googletest/archive/release-1.8.0.tar.gz
tar xf googletest-1.8.0.tar.gz
cd googletest-release-1.8.0
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/gperftools.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget https://github.com/gperftools/gperftools/releases/download/gperftools-2.5/gperftools-2.5.tar.gz
tar xf gperftools-2.5.tar.gz
cd gperftools-2.5
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/http-parser.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget -O http-parser-v2.7.0.tar.gz https://github.com/nodejs/http-parser/archive/v2.7.0.tar.gz
tar xf http-parser-v2.7.0.tar.gz
cd http-parser-2.7.0
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/libevent.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget -o - https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz
tar xf libevent-2.1.8-stable.tar.gz
cd libevent-2.1.8-stable
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/lightstep.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget https://github.com/lightstep/lightstep-tracer-cpp/releases/download/v0_36/lightstep-tracer-cpp-0.36.tar.gz
tar xf lightstep-tracer-cpp-0.36.tar.gz
cd lightstep-tracer-cpp-0.36
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/nghttp2.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget https://github.com/nghttp2/nghttp2/releases/download/v1.20.0/nghttp2-1.20.0.tar.gz
tar xf nghttp2-1.20.0.tar.gz
cd nghttp2-1.20.0
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/protobuf.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget https://github.com/google/protobuf/releases/download/v3.2.0/protobuf-cpp-3.2.0.tar.gz
tar xf protobuf-cpp-3.2.0.tar.gz
rsync -av protobuf-3.2.0 $THIRDPARTY_SRC
Expand Down
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/rapidjson.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget -O rapidjson-1.1.0.tar.gz https://github.com/miloyip/rapidjson/archive/v1.1.0.tar.gz
tar xf rapidjson-1.1.0.tar.gz
rsync -av rapidjson-1.1.0 $THIRDPARTY_SRC
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/spdlog.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget https://github.com/gabime/spdlog/archive/v0.11.0.tar.gz
tar xf v0.11.0.tar.gz
rsync -av spdlog-0.11.0 $THIRDPARTY_SRC
2 changes: 2 additions & 0 deletions ci/build_container/build_recipes/tclap.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

wget -O tclap-1.2.1.tar.gz https://sourceforge.net/projects/tclap/files/tclap-1.2.1.tar.gz/download
tar xf tclap-1.2.1.tar.gz
rsync -av tclap-1.2.1 $THIRDPARTY_SRC

0 comments on commit 4cf8465

Please sign in to comment.