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

maybe this flavor

https://nixos.org/manual/nix/stable/command-ref/conf-file.html says there's a
--extra-substituters but nix-build seems to disagree.  maybe a nix/nix-build thing.
parent 4e64c0f6
No related branches found
No related tags found
1 merge request!109Fix use of the iohk binary cache
......@@ -71,8 +71,8 @@ jobs:
nix-build \
-vvvv \
--debug \
--extra-substituters="${EXTRA_SUBSTITUTERS}" \
--extra-trusted-public-keys"${EXTRA_TRUSTED_PUBLIC_KEYS}" \
--option extra-substituters "${EXTRA_SUBSTITUTERS}" \
--option extra-trusted-public-keys "${EXTRA_TRUSTED_PUBLIC_KEYS}" \
-j 4 \
./nix/ \
-A PaymentServer.components.exes."PaymentServer-exe"
......@@ -81,8 +81,8 @@ jobs:
name: "Building Tests"
command: |
nix-build \
--extra-substituters="${EXTRA_SUBSTITUTERS}" \
--extra-trusted-public-keys"${EXTRA_TRUSTED_PUBLIC_KEYS}" \
--option extra-substituters "${EXTRA_SUBSTITUTERS}" \
--option extra-trusted-public-keys "${EXTRA_TRUSTED_PUBLIC_KEYS}" \
-j 4 \
./nix/ \
-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