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
6485c2dd
Commit
6485c2dd
authored
Apr 26, 2021
by
James T. Lee
Browse files
Build using per-job cache
parent
1ccaa653
Pipeline
#661
canceled with stage
in 17 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
.gitlab-ci.yml
.gitlab-ci.yml
+7
-3
No files found.
.gitlab-ci.yml
View file @
6485c2dd
...
...
@@ -6,12 +6,16 @@ variables:
image
:
'
${CI_REGISTRY}/nest/stage1:${CPU}-workstation'
stage
:
'
build'
tags
:
[
'
nest'
]
cache
:
key
:
'
$CI_JOB_NAME'
paths
:
-
'
portage/'
script
:
-
'
export
EMERGE_DEFAULT_OPTS="$CI_HOST_EMERGE_DEFAULT_OPTS"
MAKEOPTS="$CI_HOST_MAKEOPTS"
PORTAGE_TMPDIR=
/cache
'
PORTAGE_TMPDIR=
.
'
-
'
emerge
--sync'
-
'
[
-d
/cache
/portage/.distcc
]
||
emerge
-v1
-j1
-k
n
app-arch/snappy'
-
'
[
-d
.
/portage/.distcc
]
||
emerge
-v1
-j1
-k
n
app-arch/snappy'
-
'
emerge
-v
--onlydeps
--usepkg
"=www-client/chromium-${VERSION}"'
-
'
ebuild
"/var/db/repos/gentoo/www-client/chromium/chromium-${VERSION}.ebuild"
package'
...
...
@@ -20,7 +24,7 @@ variables:
variables
:
CPU
:
'
haswell'
.
'Build cortex-a72-a53-crypto'
:
'
Build
cortex-a72-a53-crypto'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72-a53-crypto'
...
...
James T. Lee
@james
mentioned in commit
59caf3e3
·
Apr 26, 2021
mentioned in commit
59caf3e3
mentioned in commit 59caf3e3cc08c140102fa3417998196e21e22d40
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