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
Tools
Chromium
Commits
7fdd5afc
Commit
7fdd5afc
authored
Apr 26, 2021
by
James T. Lee
Browse files
Resume builds
parent
f022f965
Pipeline
#657
canceled with stage
in 27 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
.gitlab-ci.yml
.gitlab-ci.yml
+9
-5
No files found.
.gitlab-ci.yml
View file @
7fdd5afc
---
variables
:
VERSION
:
'
89.0.4389.114'
.template
:
&template
image
:
'
${CI_REGISTRY}/nest/stage1:${CPU}-workstation'
stage
:
'
build'
tags
:
[
'
nest'
]
script
:
-
'
emerge
--sync'
-
'
emerge
-v1
-j1
-k
n
app-arch/snappy'
# Ensure DISTCC_DIR is set up correctly
-
'
emerge
-v1
-j
--onlydeps
www-client/chromium'
-
'
emerge
-v
-j1
--buildpkgonly
www-client/chromium'
# Ensure DISTCC_DIR is set up correctly
-
'
[
-d
/cache/portage/.distcc
]
||
emerge
-v1
-j1
-k
n
app-arch/snappy'
-
'
emerge
-v
--onlydeps
"=www-client/chromium-${VERSION}"'
-
'
ebuild
"/var/db/repos/gentoo/www-client/chromium/chromium-${VERSION}.ebuild"
package'
variables
:
EMERGE_DEFAULT_OPTS
:
'
$CI_HOST_EMERGE_DEFAULT_OPTS'
MAKEOPTS
:
'
$CI_HOST_MAKEOPTS'
PORTAGE_TMPDIR
:
'
/cache'
'
Build
haswell'
:
.
'Build haswell'
:
<<
:
*template
variables
:
CPU
:
'
haswell'
'
Build
cortex-a72-a53-crypto'
:
.
'Build cortex-a72-a53-crypto'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72-a53-crypto'
...
...
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