Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
ghostflow-director
Commits
eb818915
Commit
eb818915
authored
Feb 01, 2020
by
Ben Boeckel
Browse files
gitlab-ci: use a stable build directory
This should allow for sccache to get better hit rates with its builds.
parent
37da1075
Pipeline
#159308
failed with stages
in 35 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eb818915
...
...
@@ -69,6 +69,7 @@ before_script:
variables
:
CARGO_UPDATE_POLICY
:
newest
SCCACHE_REDIS
:
redis://minmus:6379
GIT_CLONE_PATH
:
$CI_BUILDS_DIR/utils/ghostflow-director
.rust_stable
:
&rust_stable
image
:
"
rust:latest"
...
...
@@ -76,6 +77,7 @@ before_script:
variables
:
CARGO_UPDATE_POLICY
:
newest
SCCACHE_REDIS
:
redis://minmus:6379
GIT_CLONE_PATH
:
$CI_BUILDS_DIR/utils/ghostflow-director
.rust_nightly
:
&rust_nightly
extends
:
.rust_stable
...
...
@@ -347,6 +349,7 @@ prepare:git:
-
popd
variables
:
GIT_STRATEGY
:
none
GIT_CLONE_PATH
:
$CI_BUILDS_DIR/utils/rust-git-workarea
artifacts
:
expire_in
:
60m
paths
:
...
...
Write
Preview
Supports
Markdown
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