File tree Expand file tree Collapse file tree 4 files changed +20
-11
lines changed
Expand file tree Collapse file tree 4 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 4040 if : matrix.os == 'macos-14'
4141 run : nix build -L --no-link --show-trace .#packages.aarch64-darwin.casper-node
4242
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+
4355 - name : casper-node-launcher (x86_64-linux)
4456 if : matrix.os == 'ubuntu-latest'
4557 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 11{ rustPlatform
22, fetchFromGitHub
3- , makeWrapper
4- , casper-node
5- , lib
63} :
74rustPlatform . buildRustPackage rec {
85 pname = "casper-node-launcher" ;
@@ -12,7 +9,7 @@ rustPlatform.buildRustPackage rec {
129 owner = "casper-network" ;
1310 repo = pname ;
1411 rev = "v${ version } " ;
15- sha256 = "sha256-KDdeLLeRJKoxxPTs4PnhjyjxI+Xffl/AszSzQbx55+E=" ;
12+ hash = "sha256-KDdeLLeRJKoxxPTs4PnhjyjxI+Xffl/AszSzQbx55+E=" ;
1613 } ;
1714
1815 cargoHash = "sha256-19iOBjy3U+zY5kM7GOX1Thq8+gh+ohMoYc0+ALGIzGA=" ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
1313 owner = "casper-network" ;
1414 repo = "casper-node" ;
1515 rev = "feat-${ version } " ;
16- sha256 = "sha256-rk4teBZ42yJVNSRV07Xg10PtA1JsDG59jdNsVegZnzw=" ;
16+ hash = "sha256-rk4teBZ42yJVNSRV07Xg10PtA1JsDG59jdNsVegZnzw=" ;
1717 } ;
1818
1919 cargoHash = "sha256-jyJsFRRCr/K2z4cfqblmWQK2q2TVP+3osWqAzk9S2sQ=" ;
You can’t perform that action at this time.
0 commit comments