Skip to content

Commit 4957b49

Browse files
committed
[DEVOPS-970] include the cardano-sl version in the cross-daedalus-bridge as well
1 parent ca76e45 commit 4957b49

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

nix/daedalus-bridge.nix

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ runCommand "cardano-daedalus-bridge-${version}" {
1212
cd $out
1313
${optionalString (buildId != null) "echo ${buildId} > build-id"}
1414
echo ${gitrev} > commit-id
15+
# this comes from cardano-sl.cabal, via an inherit in default.nix
1516
echo ${version} > version
1617
1718
cp --no-preserve=mode -R ${cardano-sl-config}/lib config

release.nix

+2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ let
180180
cp ${./log-configs/daedalus.yaml} log-config-prod.yaml
181181
cp ${./lib/configuration.yaml} configuration.yaml
182182
cp ${./lib}/*genesis*.json .
183+
# this comes from cardano-sl.cabal, via an inherit in default.nix
183184
echo ${cardano.rev} > commit-id
185+
echo ${iohkPkgs.version} > version
184186
${pkgs.zip}/bin/zip -9 $out/CardanoSL.zip *
185187
186188
# add CardanoSL.zip to the hydra-build-products to make

0 commit comments

Comments
 (0)