summaryrefslogtreecommitdiffstats
path: root/ci/Dockerfile
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-08-24 13:30:15 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-08-30 17:29:00 +1000
commitc4b9bf64b047fff3aec6773fd3397268773062e4 (patch)
tree7a47d58f41afcec74b113bd5c1dd125bf2a85196 /ci/Dockerfile
parentfb432100e9473c6bc96e9d7edbd578e70465c285 (diff)
downloadtalos-op-build-c4b9bf64b047fff3aec6773fd3397268773062e4.tar.gz
talos-op-build-c4b9bf64b047fff3aec6773fd3397268773062e4.zip
ci: Build more targets, cache SDKs, eatmydata
Build graph-depends and legal-info along with firmware images Also, use proper O=/foo for telling buildroot where to build images. Also, use the magic buildroot config script rather than hacky hacks. Support building and caching an SDK, meaning you can build simple defconfigs in dozens of minutes, and greatly reduce the total time for building all configurations. Eatmydata will save us a *lot* of fsync() activity when you don't have infinite IOPS. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'ci/Dockerfile')
-rw-r--r--ci/Dockerfile/ubuntu16042
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/Dockerfile/ubuntu1604 b/ci/Dockerfile/ubuntu1604
index 46f68014..2aaa6474 100644
--- a/ci/Dockerfile/ubuntu1604
+++ b/ci/Dockerfile/ubuntu1604
@@ -7,4 +7,4 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteract
build-essential g++ git bison flex unzip \
cpio vim-common lsb-release \
libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc \
- wget bc libssl-dev
+ wget bc libssl-dev python-matplotlib python-numpy graphviz eatmydata
OpenPOWER on IntegriCloud