Skip to content

Commit d3811f6

Browse files
committed
ci: breaking changes due to cardano-cli 10.13.0.0
1 parent 01e1be6 commit d3811f6

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@
6060
# Cardano related inputs
6161
capkgs.url = "github:input-output-hk/capkgs";
6262
iohk-nix.url = "github:input-output-hk/iohk-nix";
63-
# iohk-nix.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/iohk-nix";
6463
iohk-nix-ng.url = "github:input-output-hk/iohk-nix/jl/10.6.0-pre-updates";
65-
# iohk-nix-ng.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/iohk-nix";
64+
# iohk-nix-ng.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/jl/10.6.0-pre-updates";
6665

6766
# Until blockperf detail fix is merged to master upstream
6867
blockperf.url = "github:johnalotoski/blockperf/jl/fix-detail";

flakeModules/jobs.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ in {
258258
# [$TEMPLATE_DIR]
259259
# [$TESTNET_MAGIC]
260260
# [$UNSTABLE]
261+
# [$UNSTABLE_LIB]
261262
# [$USE_ENCRYPTION]
262263
# [$USE_SHELL_BINS]
263264
@@ -275,6 +276,7 @@ in {
275276
276277
if [ "''${UNSTABLE_LIB:-}" = "true" ]; then
277278
export TEMPLATE_DIR=''${TEMPLATE_DIR:-"${localFlake.inputs.iohk-nix-ng}/cardano-lib/testnet-template"}
279+
echo "$TEMPLATE_DIR"
278280
else
279281
export TEMPLATE_DIR=''${TEMPLATE_DIR:-"${localFlake.inputs.iohk-nix}/cardano-lib/testnet-template"}
280282
fi
@@ -285,7 +287,7 @@ in {
285287
ENV="''${ENV:-custom}"
286288
287289
mkdir -p "$GENESIS_DIR"
288-
"''${CARDANO_CLI_NO_ERA[@]}" legacy genesis create-cardano \
290+
"''${CARDANO_CLI_NO_ERA[@]}" legacy genesis create-cardano --conway-era \
289291
--genesis-dir "$GENESIS_DIR" \
290292
--gen-genesis-keys "$NUM_GENESIS_KEYS" \
291293
--gen-utxo-keys 1 \

0 commit comments

Comments
 (0)