Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PaymentServer
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
PaymentServer
Commits
36f8a3dd
Commit
36f8a3dd
authored
3 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
apparently there is no extra-trusted-public-keys
parent
7cf3fc24
No related branches found
No related tags found
1 merge request
!109
Fix use of the iohk binary cache
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+3
-3
3 additions, 3 deletions
.circleci/config.yml
with
3 additions
and
3 deletions
.circleci/config.yml
+
3
−
3
View file @
36f8a3dd
...
@@ -32,7 +32,7 @@ jobs:
...
@@ -32,7 +32,7 @@ jobs:
# We needed to explictly specify the key for cache.nixos.org until we
# We needed to explictly specify the key for cache.nixos.org until we
# are using a version of nix that has
# are using a version of nix that has
# https://github.com/NixOS/nix/commit/ff4dea63c9403880500f82ce273713ecf793d2d9
# https://github.com/NixOS/nix/commit/ff4dea63c9403880500f82ce273713ecf793d2d9
EXTRA_
TRUSTED_PUBLIC_KEYS
:
"
saxtons.private.storage:MplOcEH8G/6mRlhlKkbA8GdeFR3dhCFsSszrspE/ZwY=
hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
TRUSTED_PUBLIC_KEYS
:
"
cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
saxtons.private.storage:MplOcEH8G/6mRlhlKkbA8GdeFR3dhCFsSszrspE/ZwY=
hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
steps
:
steps
:
# Get *our* source code.
# Get *our* source code.
...
@@ -72,7 +72,7 @@ jobs:
...
@@ -72,7 +72,7 @@ jobs:
-vvvv \
-vvvv \
--debug \
--debug \
--option extra-substituters "${EXTRA_SUBSTITUTERS}" \
--option extra-substituters "${EXTRA_SUBSTITUTERS}" \
--option
extra-
trusted-public-keys "${
EXTRA_
TRUSTED_PUBLIC_KEYS}" \
--option trusted-public-keys "${TRUSTED_PUBLIC_KEYS}" \
-j 4 \
-j 4 \
./nix/ \
./nix/ \
-A PaymentServer.components.exes."PaymentServer-exe"
-A PaymentServer.components.exes."PaymentServer-exe"
...
@@ -82,7 +82,7 @@ jobs:
...
@@ -82,7 +82,7 @@ jobs:
command
:
|
command
:
|
nix-build \
nix-build \
--option extra-substituters "${EXTRA_SUBSTITUTERS}" \
--option extra-substituters "${EXTRA_SUBSTITUTERS}" \
--option
extra-
trusted-public-keys "${
EXTRA_
TRUSTED_PUBLIC_KEYS}" \
--option trusted-public-keys "${TRUSTED_PUBLIC_KEYS}" \
-j 4 \
-j 4 \
./nix/ \
./nix/ \
-A PaymentServer.components.tests."PaymentServer-tests"
-A PaymentServer.components.tests."PaymentServer-tests"
...
...
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