Skip to content

Commit d49a07b

Browse files
committed
1 parent bd7d70d commit d49a07b

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,14 @@ steps:
66

77
# XXX: `</dev/null turns off any interactive questions from Nix (e.g. accept-flake-config)
88

9-
- input: ':recycle: Trigger ‘x86_64-darwin’'
10-
key: 'trigger-x86_64-darwin'
11-
12-
- input: ':recycle: Trigger ‘aarch64-darwin’'
13-
key: 'trigger-aarch64-darwin'
14-
159
- label: 'daedalus-x86_64-darwin'
1610
command: 'nix </dev/null run --no-accept-flake-config -L .#packages.x86_64-darwin.buildkitePipeline'
17-
depends_on: 'trigger-x86_64-darwin'
1811
agents:
1912
queue: lace
2013
system: x86_64-darwin
2114

2215
- label: 'daedalus-aarch64-darwin'
2316
command: 'nix </dev/null run --no-accept-flake-config -L .#packages.aarch64-darwin.buildkitePipeline'
24-
depends_on: 'trigger-aarch64-darwin'
2517
env:
2618
# XXX: avoid Böhm GC segfaults in Nix on aarch64-darwin:
2719
GC_DONT_GC: 1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## vNext
4+
5+
### Chores
6+
7+
- Update `cardano-node` to 10.2.0 ([PR 3274](https://github.com/input-output-hk/daedalus/pull/3274))
8+
39
## 7.1.0
410

511
### Chores

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
66
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2025-01-09";
77
cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock…
8-
cardano-node-override.url = "github:IntersectMBO/cardano-node/10.1.4";
8+
cardano-node-override.url = "github:IntersectMBO/cardano-node/10.2.0";
99
cardano-node-override.flake = false;
10-
cardano-playground.url = "github:input-output-hk/cardano-playground/d3322dce0ab1c00386adc93899aabe9252342b54";
10+
cardano-playground.url = "github:input-output-hk/cardano-playground/39ea4db0daa11d6334a55353f685e185765a619b";
1111
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
1212
cardano-shell.url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493";
1313
cardano-shell.flake = false;

0 commit comments

Comments
 (0)