diff options
| author | Stewart Smith <stewart@linux.ibm.com> | 2018-08-24 13:30:15 +1000 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.ibm.com> | 2018-08-30 17:29:00 +1000 |
| commit | c4b9bf64b047fff3aec6773fd3397268773062e4 (patch) | |
| tree | 7a47d58f41afcec74b113bd5c1dd125bf2a85196 /ci/Dockerfile | |
| parent | fb432100e9473c6bc96e9d7edbd578e70465c285 (diff) | |
| download | talos-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/ubuntu1604 | 2 |
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 |

