summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-03-27 14:46:49 +1100
committerStewart Smith <stewart@linux.ibm.com>2019-03-28 10:49:05 +1100
commit26b9f99e7562ed2e650a8e8c28a1a9c9f8addf60 (patch)
treebb91cf81bcf5aa3c5f1026bac78ae4b4c4ae61ef /ci/build.sh
parent1a03672434bed0ff019c1e6b97782eb5ec81c731 (diff)
downloadblackbird-op-build-26b9f99e7562ed2e650a8e8c28a1a9c9f8addf60.tar.gz
blackbird-op-build-26b9f99e7562ed2e650a8e8c28a1a9c9f8addf60.zip
ci: Use Ubuntu 18.04 rather than Ubuntu 16.04
We will soon require Ubuntu 18.04 rather than Ubuntu 16.04 for building op-build due to a GCC6.2 requirement from glibc. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 9359ca68..8a275f31 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-CONTAINERS="ubuntu1604 fedora27"
+CONTAINERS="ubuntu1804 fedora27"
SDK_ONLY=0
@@ -104,7 +104,7 @@ do
if [[ "$distro" == fedora27 ]]; then
PROXY="RUN echo \"proxy=${http_proxy}\" >> /etc/dnf/dnf.conf"
fi
- if [[ "$distro" == ubuntu1604 ]]; then
+ if [[ "$distro" == ubuntu1804 ]]; then
PROXY="RUN echo \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-cacher-ng-proxy"
fi
fi
OpenPOWER on IntegriCloud