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 6
6
7
7
# XXX: `</dev/null turns off any interactive questions from Nix (e.g. accept-flake-config)
8
8
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
-
15
9
- label : ' daedalus-x86_64-darwin'
16
10
command : ' nix </dev/null run --no-accept-flake-config -L .#packages.x86_64-darwin.buildkitePipeline'
17
- depends_on : ' trigger-x86_64-darwin'
18
11
agents :
19
12
queue : lace
20
13
system : x86_64-darwin
21
14
22
15
- label : ' daedalus-aarch64-darwin'
23
16
command : ' nix </dev/null run --no-accept-flake-config -L .#packages.aarch64-darwin.buildkitePipeline'
24
- depends_on : ' trigger-aarch64-darwin'
25
17
env :
26
18
# XXX: avoid Böhm GC segfaults in Nix on aarch64-darwin:
27
19
GC_DONT_GC : 1
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 7.1.0
4
10
5
11
### Chores
Original file line number Diff line number Diff line change 5
5
nixpkgs . url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin" ;
6
6
cardano-wallet-unpatched . url = "github:cardano-foundation/cardano-wallet/v2025-01-09" ;
7
7
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 " ;
9
9
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 " ;
11
11
cardano-playground . flake = false ; # otherwise, +9k dependencies in flake.lock…
12
12
cardano-shell . url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493" ;
13
13
cardano-shell . flake = false ;
You can’t perform that action at this time.
0 commit comments