Skip to content

Commit

Permalink
chore: update cardano-node to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Jan 29, 2025
1 parent bd7d70d commit d49a07b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,14 @@ steps:

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

- input: ':recycle: Trigger ‘x86_64-darwin’'
key: 'trigger-x86_64-darwin'

- input: ':recycle: Trigger ‘aarch64-darwin’'
key: 'trigger-aarch64-darwin'

- label: 'daedalus-x86_64-darwin'
command: 'nix </dev/null run --no-accept-flake-config -L .#packages.x86_64-darwin.buildkitePipeline'
depends_on: 'trigger-x86_64-darwin'
agents:
queue: lace
system: x86_64-darwin

- label: 'daedalus-aarch64-darwin'
command: 'nix </dev/null run --no-accept-flake-config -L .#packages.aarch64-darwin.buildkitePipeline'
depends_on: 'trigger-aarch64-darwin'
env:
# XXX: avoid Böhm GC segfaults in Nix on aarch64-darwin:
GC_DONT_GC: 1
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## vNext

### Chores

- Update `cardano-node` to 10.2.0 ([PR 3274](https://github.com/input-output-hk/daedalus/pull/3274))

## 7.1.0

### Chores
Expand Down
16 changes: 8 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2025-01-09";
cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock…
cardano-node-override.url = "github:IntersectMBO/cardano-node/10.1.4";
cardano-node-override.url = "github:IntersectMBO/cardano-node/10.2.0";
cardano-node-override.flake = false;
cardano-playground.url = "github:input-output-hk/cardano-playground/d3322dce0ab1c00386adc93899aabe9252342b54";
cardano-playground.url = "github:input-output-hk/cardano-playground/39ea4db0daa11d6334a55353f685e185765a619b";
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
cardano-shell.url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493";
cardano-shell.flake = false;
Expand Down

0 comments on commit d49a07b

Please sign in to comment.