summaryrefslogtreecommitdiff
path: root/ci/docker
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-08-18 09:20:11 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-08-18 09:34:08 -0700
commit201d5394658f8f1d3f287acfd1f4711cd3d06e65 (patch)
tree09fed47ca44ac23c574ef9ea99d7fdcf337261da /ci/docker
parent7fd1f9d39bd7a2d40bbe02933e098eabe7310667 (diff)
downloadrust-libc-201d5394658f8f1d3f287acfd1f4711cd3d06e65.tar.gz
Remove OpenBSD CI
It's now broken due to changes in the `gcc` crate and having a too-old compiler, and in general it's unfortunately architecturally so different from the other test frameworks that it's difficult to maintain over time.
Diffstat (limited to 'ci/docker')
-rw-r--r--ci/docker/x86_64-unknown-openbsd/Dockerfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/docker/x86_64-unknown-openbsd/Dockerfile b/ci/docker/x86_64-unknown-openbsd/Dockerfile
deleted file mode 100644
index 518baf8702..0000000000
--- a/ci/docker/x86_64-unknown-openbsd/Dockerfile
+++ /dev/null
@@ -1,8 +0,0 @@
-FROM ubuntu:16.10
-
-RUN apt-get update
-RUN apt-get install -y --no-install-recommends \
- gcc libc6-dev qemu curl ca-certificates \
- genext2fs
-ENV PATH=$PATH:/rust/bin \
- QEMU=2016-11-06/openbsd-6.0-without-pkgs.qcow2