Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZKAPAuthorizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
ZKAPAuthorizer
Commits
97c3f05f
Commit
97c3f05f
authored
5 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
try caching codecov and its deps too
parent
1ef11775
No related branches found
No related tags found
1 merge request
!39
Test with Nix instead
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+10
-0
10 additions, 0 deletions
.circleci/config.yml
with
10 additions
and
0 deletions
.circleci/config.yml
+
10
−
0
View file @
97c3f05f
...
...
@@ -125,6 +125,16 @@ jobs:
# where the coverage data ends up.
nix-build --argstr hypothesisProfile ci --arg collectCoverage true --attr doc
-
run
:
name
:
"
Cache
codecov"
command
:
|
# Build codecov and any dependencies here, before we save the
# cache, so that they make it in to the cache too. Turns out
# there is a python-cryptography dependency here that is expensive
# to build that doesn't get built earlier. This saves us a couple
# minutes.
nix-build --expr '(import <nixpkgs> { }).python.withPackages (ps: [ ps.codecov ])'
-
save_cache
:
name
:
"
Cache
Nix
Store
Paths"
key
:
zkapauthorizer-nix-store-v1-{{ checksum "nixpkgs.rev" }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment