aboutsummaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
authorGravatar Jan Ekström <jeebjp@gmail.com>2018-07-29 11:55:48 +0300
committerGravatar Jan Ekström <jeebjp@gmail.com>2018-07-29 12:07:43 +0300
commit2d785f3ea39d6779a6ac44d85d7cdc0acf891f43 (patch)
tree9a81eebde3b0bb4af96c46c36586664cede62d3b /ci
parent45beb7073a1cef89e87a2d562ce8c233fc140dae (diff)
ci: do bootstrap outside the docker container
This way the docker container in itself does no networking. It seems like travis disabled network access from the actual docker containers.
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-mingw64.sh1
-rwxr-xr-xci/build-tumbleweed.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index c60f70e421..3be2d9d9ad 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -16,7 +16,6 @@ export RANLIB=$TARGET-ranlib
export CFLAGS="-O2 -mtune=intel -g -ggdb -pipe -Wall --param=ssp-buffer-size=4 -mms-bitfields -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fexceptions -fasynchronous-unwind-tables -fstack-protector-strong -fno-ident"
export LDFLAGS="-Wl,--no-keep-memory -fstack-protector-strong"
-./bootstrap.py
./waf configure \
--enable-static-build \
--enable-libmpv-shared \
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index b7d6b56d56..c626aff660 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -1,7 +1,6 @@
#!/bin/sh
set -e
-./bootstrap.py
./waf configure \
--enable-cdda \
--enable-dvbin \