Skip to content

Commit d8f23fb

Browse files
committed
builder/windows: drop package.accept_keywords
There's an existing /etc/portage/package.accept_keywords/cross-x86_64-w64-mingw32 that accepts testing versions of mingw64-runtime, binutils, and gcc. Allow it to track the latest releases rather than manually tracking them ourselves. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent b84af86 commit d8f23fb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

builder/windows/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FROM docker.io/gentoo/stage3:latest
44
# tarball
55
RUN touch /etc/openslide-winbuild-builder-v3
66
RUN echo 'FEATURES="-sandbox -usersandbox -ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf
7-
COPY package.accept_keywords /etc/portage/package.accept_keywords/cross
87
COPY package.use /etc/portage/package.use/cross
98
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
109
COPY repos.conf /etc/portage/repos.conf/crossdev.conf

builder/windows/package.accept_keywords

-2
This file was deleted.

0 commit comments

Comments
 (0)