summary refs log tree commit diff
path: root/src/ci/docker/disabled/aarch64-gnu
AgeCommit message (Collapse)AuthorLines
2017-09-28ci: Fix building disabled containersAlexander von Gluck IV-1/+1
* Change the context into the disabled directory. Now you can test containers which are disabled.
2017-08-26ci: Remove the need for `dumb-init`Alex Crichton-5/+0
Newer versions of Docker have a `--init` argument which spawns an init process in the container, which we should be able to use everywhere now.
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton-0/+3185
This commit adds a disabled builder which will run all tests for the standard library for aarch64 in a QEMU instance. Once we get enough capacity to run this on Travis this can be used to boost our platform coverage of AArch64