Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Stage 0
Commits
9f790786
Commit
9f790786
authored
Dec 29, 2020
by
James T. Lee
Browse files
Silence warning about Portage sandboxes
These don't work, and don't need to work, in a container.
parent
e84424c6
Pipeline
#294
passed with stage
in 237 minutes and 55 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
Containerfile
Containerfile
+1
-0
No files found.
.gitlab-ci.yml
View file @
9f790786
...
@@ -17,6 +17,7 @@ default:
...
@@ -17,6 +17,7 @@ default:
--security-opt
seccomp=unconfined
--security-opt
seccomp=unconfined
--build-arg
GENTOO_STAGE3_TAG="$GENTOO_ARCH"
--build-arg
GENTOO_STAGE3_TAG="$GENTOO_ARCH"
--build-arg
EMERGE_DEFAULT_OPTS="${CI_HOST_EMERGE_DEFAULT_OPTS}
--usepkg"
--build-arg
EMERGE_DEFAULT_OPTS="${CI_HOST_EMERGE_DEFAULT_OPTS}
--usepkg"
--build-arg
FEATURES="-ipc-sandbox
-pid-sandbox
-network-sandbox"
--build-arg
MAKEOPTS="$CI_HOST_MAKEOPTS"
--build-arg
MAKEOPTS="$CI_HOST_MAKEOPTS"
--build-arg
PROFILE="${CPU}/server"
--build-arg
PROFILE="${CPU}/server"
-v
"/usr/bin/qemu-${QEMU_ARCH}:/usr/bin/qemu-${QEMU_ARCH}:ro"
-v
"/usr/bin/qemu-${QEMU_ARCH}:/usr/bin/qemu-${QEMU_ARCH}:ro"
...
...
Containerfile
View file @
9f790786
...
@@ -4,6 +4,7 @@ FROM nest/gentoo/portage AS gentoo-portage
...
@@ -4,6 +4,7 @@ FROM nest/gentoo/portage AS gentoo-portage
FROM nest/gentoo/stage3:${GENTOO_STAGE3_TAG}
FROM nest/gentoo/stage3:${GENTOO_STAGE3_TAG}
ARG EMERGE_DEFAULT_OPTS
ARG EMERGE_DEFAULT_OPTS
ARG FEATURES
ARG MAKEOPTS
ARG MAKEOPTS
ARG PROFILE
ARG PROFILE
...
...
James T. Lee
@james
mentioned in commit
stage1@8261ecdb
·
Dec 30, 2020
mentioned in commit
stage1@8261ecdb
mentioned in commit stage1@8261ecdb699b2664494254460f3eb7a440eb40e5
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment