-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Will
committed
Sep 24, 2024
1 parent
60b5004
commit 383feca
Showing
15 changed files
with
2,071 additions
and
6 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
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
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,5 +1,11 @@ | ||
FROM ghcr.io/cross-rs/x86_64-unknown-freebsd:0.2.4 | ||
|
||
ARG PROTOBUF=v28.2/protoc-28.2-linux-x86_64.zip | ||
|
||
RUN apt-get update && apt-get install -y capnproto bsdtar | ||
|
||
RUN curl --retry 3 -sSfL http://ftp.freebsd.org/pub/FreeBSD/releases/amd64/14.1-RELEASE/base.txz | tar xJvf - -C /usr/local/x86_64-unknown-freebsd12/lib --strip-components 3 ./usr/lib/libkvm.a ./usr/lib/libdevstat.a ./usr/lib/libmemstat.a | ||
|
||
RUN apt-get update && apt-get install -y capnproto | ||
RUN curl --retry 3 -sSfL https://github.com/protocolbuffers/protobuf/releases/download/$PROTOBUF | bsdtar -xvf - -C /usr/local | ||
|
||
|
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
Oops, something went wrong.