summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-debian-stretch
Commit message (Collapse)AuthorAgeFilesLines
* travis/ci: rework Dockerfiles to produce build artifactsStewart Smith2018-10-291-1/+0
| | | | | | | ubuntu-latest was also missing clang, as ubuntu-latest is closer to ubuntu 18.04 than 16.04 Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* travis: fix if x86_64 tests in dockerfiles.Stewart Smith2018-05-061-1/+1
| | | | | | | | In today's lesson, Stewart learns shell. Fixes: e101e85c9ff65e82f7ede4d5541d921b4a3ed923 Reported-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* opal-ci/dockerfiles: DEBIAN_FRONTEND=noninteractiveStewart Smith2018-05-011-0/+1
| | | | | Suggested-by: Daniel Black <danielgb@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* travis: Enable ppc64le buildsStewart Smith2018-04-191-8/+4
| | | | | | | | | | | | | At least on the IBM Travis Enterprise instance, we can now do ppc64le builds! We can only build a subset of our matrix due to availability of ppc64le distros. The Dockerfiles need some tweaking to only attempt to install (x86_64 only) Mambo binaries, as well as the build scripts. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* travis: add -L to all curl invocations to follow redirectsStewart Smith2018-04-051-1/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* travis: Debian Stretch must passStewart Smith2017-08-241-2/+0
| | | | | | | this means we don't run systemsim-p8 on debian stretch as: "libcrypto.so.1.0.0: cannot open shared object file: No such file or directory" Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* travis: Add debian stretch and unstableStewart Smith2017-07-201-0/+15
At the moment, we mark them both as being able to fail, as we're hitting an assert in one of the unit tests on debian stretch, and that hasn't yet been chased down. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud