-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #242 from bgilbert/drop-java-builders
builder: drop Java
- Loading branch information
Showing
3 changed files
with
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
FROM docker.io/gentoo/stage3:latest | ||
# NOTE: try to keep the current container image compatible with the latest | ||
# stable source release, so people can conveniently build from the source zip | ||
RUN touch /etc/openslide-winbuild-builder-v2 | ||
RUN touch /etc/openslide-winbuild-builder-v3 | ||
RUN echo 'FEATURES="-sandbox -usersandbox -ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf | ||
COPY package.accept_keywords /etc/portage/package.accept_keywords/cross | ||
COPY package.use /etc/portage/package.use/cross | ||
RUN mkdir -p /var/db/repos/crossdev/{profiles,metadata} && echo crossdev > /var/db/repos/crossdev/profiles/repo_name && echo 'masters = gentoo' > /var/db/repos/crossdev/metadata/layout.conf && chown -R portage:portage /var/db/repos/crossdev | ||
COPY repos.conf /etc/portage/repos.conf/crossdev.conf | ||
COPY --from=docker.io/gentoo/portage:latest /var/db/repos/gentoo /var/db/repos/gentoo | ||
RUN emerge app-arch/zip app-portage/gentoolkit dev-lang/nasm \ | ||
dev-java/openjdk-bin dev-util/glib-utils dev-vcs/git sys-devel/crossdev && \ | ||
dev-libs/glib dev-util/glib-utils dev-vcs/git sys-devel/crossdev && \ | ||
rm /var/cache/distfiles/* | ||
RUN crossdev -t x86_64-w64-mingw32 && \ | ||
rm /var/cache/distfiles/* |
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,4 +1,3 @@ | ||
dev-java/openjdk-bin headless-awt | ||
dev-libs/glib -elf -mime | ||
dev-vcs/git -perl | ||
|
||
|