summaryrefslogtreecommitdiff
path: root/third_party/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile')
-rw-r--r--third_party/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile b/third_party/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile
new file mode 100644
index 0000000..bffcaa0
--- /dev/null
+++ b/third_party/libc/ci/docker/x86_64-unknown-freebsd/Dockerfile
@@ -0,0 +1,13 @@
1FROM alexcrichton/rust-slave-linux-cross:2016-04-15
2USER root
3
4RUN apt-get update
5RUN apt-get install -y --no-install-recommends \
6 qemu qemu-kvm kmod cpu-checker
7
8ENTRYPOINT ["sh"]
9
10ENV PATH=$PATH:/rust/bin \
11 QEMU=freebsd.qcow2 \
12 CAN_CROSS=1 \
13 CARGO_TARGET_X86_64_UNKNOWN_FREEBSD_LINKER=x86_64-unknown-freebsd10-gcc