Skip to content
Snippets Groups Projects
Commit 36f8a3dd authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

apparently there is no extra-trusted-public-keys

parent 7cf3fc24
No related branches found
No related tags found
1 merge request!109Fix use of the iohk binary cache
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment