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
Compare Revisions
6485c2dd9c41404ece6e03e6ab681f791a2b30c9...225143e898779eeadd99e46f173b0b8b2c9426ea
Commits (2)
Revert "Build using per-job cache"
· 59caf3e3
James T. Lee
authored
Apr 26, 2021
This reverts commit
6485c2dd
.
59caf3e3
Cache builds on /nest
· 225143e8
James T. Lee
authored
Apr 26, 2021
225143e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
.gitlab-ci.yml
.gitlab-ci.yml
+2
-6
No files found.
.gitlab-ci.yml
View file @
225143e8
...
...
@@ -6,16 +6,12 @@ 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=
.
'
PORTAGE_TMPDIR=
"/nest/portage/build/${CPU}"
'
-
'
emerge
--sync'
-
'
[
-d
./portage
/.distcc
]
||
emerge
-v1
-j1
-k
n
app-arch/snappy'
-
'
[
-d
"${PORTAGE_TMPDIR}
/.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'
...
...