-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update FreeBSD docker CI to use FreeBSD 11.1 image
- Loading branch information
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
FROM alexcrichton/port-prebuilt-freebsd:2017-09-16 | ||
FROM wezm/port-prebuilt-freebsd11@sha256:43553e2265ec702ec72a63a765df333f50b1858b896e69385749e96d8624e9b0 | ||
|
||
RUN apt-get update | ||
RUN apt-get install -y --no-install-recommends \ | ||
qemu genext2fs | ||
qemu genext2fs xz-utils | ||
RUN apt-get install -y curl ca-certificates gcc | ||
|
||
ENTRYPOINT ["sh"] | ||
|
||
ENV PATH=$PATH:/rust/bin \ | ||
QEMU=2016-11-06/freebsd.qcow2.gz \ | ||
QEMU=2018-03-15/FreeBSD-11.1-RELEASE-amd64.qcow2.xz \ | ||
CAN_CROSS=1 \ | ||
CARGO_TARGET_X86_64_UNKNOWN_FREEBSD_LINKER=x86_64-unknown-freebsd10-gcc | ||
CARGO_TARGET_X86_64_UNKNOWN_FREEBSD_LINKER=x86_64-unknown-freebsd11-gcc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters