File tree Expand file tree Collapse file tree 4 files changed +16
-18
lines changed
Expand file tree Collapse file tree 4 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments