File tree 4 files changed +20
-11
lines changed
4 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 40
40
if : matrix.os == 'macos-14'
41
41
run : nix build -L --no-link --show-trace .#packages.aarch64-darwin.casper-node
42
42
43
+ - name : casper-node_2 (x86_64-linux)
44
+ if : matrix.os == 'ubuntu-latest'
45
+ run : nix build -L --no-link --show-trace .#packages.x86_64-linux.casper-node_2
46
+
47
+ - name : casper-node_2 (x86_64-darwin)
48
+ if : matrix.os == 'macos-latest'
49
+ run : nix build -L --no-link --show-trace .#packages.x86_64-darwin.casper-node_2
50
+
51
+ - name : casper-node_2 aarch64-darwin
52
+ if : matrix.os == 'macos-14'
53
+ run : nix build -L --no-link --show-trace .#packages.aarch64-darwin.casper-node_2
54
+
43
55
- name : casper-node-launcher (x86_64-linux)
44
56
if : matrix.os == 'ubuntu-latest'
45
57
run : nix build -L --no-link --show-trace .#packages.x86_64-linux.casper-node-launcher
Original file line number Diff line number Diff line change 1
1
{ rustPlatform
2
2
, fetchFromGitHub
3
- , makeWrapper
4
- , casper-node
5
- , lib
6
3
} :
7
4
rustPlatform . buildRustPackage rec {
8
5
pname = "casper-node-launcher" ;
@@ -12,7 +9,7 @@ rustPlatform.buildRustPackage rec {
12
9
owner = "casper-network" ;
13
10
repo = pname ;
14
11
rev = "v${ version } " ;
15
- sha256 = "sha256-KDdeLLeRJKoxxPTs4PnhjyjxI+Xffl/AszSzQbx55+E=" ;
12
+ hash = "sha256-KDdeLLeRJKoxxPTs4PnhjyjxI+Xffl/AszSzQbx55+E=" ;
16
13
} ;
17
14
18
15
cargoHash = "sha256-19iOBjy3U+zY5kM7GOX1Thq8+gh+ohMoYc0+ALGIzGA=" ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
13
13
owner = "casper-network" ;
14
14
repo = "casper-node" ;
15
15
rev = "feat-${ version } " ;
16
- sha256 = "sha256-rk4teBZ42yJVNSRV07Xg10PtA1JsDG59jdNsVegZnzw=" ;
16
+ hash = "sha256-rk4teBZ42yJVNSRV07Xg10PtA1JsDG59jdNsVegZnzw=" ;
17
17
} ;
18
18
19
19
cargoHash = "sha256-jyJsFRRCr/K2z4cfqblmWQK2q2TVP+3osWqAzk9S2sQ=" ;
You can’t perform that action at this time.
0 commit comments