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
77cd0b17
Commit
77cd0b17
authored
Dec 21, 2020
by
James T. Lee
Browse files
Use build options from CI host
parent
34da3853
Pipeline
#235
failed with stage
in 3 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
.gitlab-ci.yml
.gitlab-ci.yml
+3
-6
No files found.
.gitlab-ci.yml
View file @
77cd0b17
---
---
variables
:
JOBS
:
8
default
:
default
:
image
:
'
${CI_REGISTRY}/nest/tools/buildah:
haswell
'
image
:
'
${CI_REGISTRY}/nest/tools/buildah:
${CI_HOST_PLATFORM}
'
before_script
:
before_script
:
-
'
buildah
login
-u
"$CI_REGISTRY_USER"
-p
"$CI_REGISTRY_PASSWORD"
"$CI_REGISTRY"'
-
'
buildah
login
-u
"$CI_REGISTRY_USER"
-p
"$CI_REGISTRY_PASSWORD"
"$CI_REGISTRY"'
...
@@ -15,8 +12,8 @@ default:
...
@@ -15,8 +12,8 @@ default:
-
'
buildah
bud
--pull
--squash
-
'
buildah
bud
--pull
--squash
--security-opt
seccomp=unconfined
--security-opt
seccomp=unconfined
--build-arg
GENTOO_STAGE3_TAG=amd64
--build-arg
GENTOO_STAGE3_TAG=amd64
--build-arg
EMERGE_DEFAULT_OPTS="
--jobs=${JOBS}
--usepkg
"
--build-arg
EMERGE_DEFAULT_OPTS="
$CI_HOST_EMERGE_DEFAULT_OPTS
"
--build-arg
MAKEOPTS="
-j${JOBS}
"
--build-arg
MAKEOPTS="
$CI_HOST_MAKEOPTS
"
--build-arg
PROFILE="haswell/server"
--build-arg
PROFILE="haswell/server"
-v
"${PWD}/debug:/usr/lib/debug"
-v
"${PWD}/debug:/usr/lib/debug"
-v
/nest:/nest
-v
/nest:/nest
...
...
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