File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # XXX: Temporary workflow to produce static ELF binaries for cardan-node 8.7.2
2
- # Remove again when upstream releases them again.
1
+ # Produce distributable binaries for cardano-node 8.7.2
2
+ #
3
+ # XXX: Remove again when upstream releases them (again).
3
4
name : Cardano-node
4
5
5
6
on :
47
48
- name : 📥 Checkout cardano-node 8.7.2
48
49
uses : actions/checkout@v4
49
50
with :
50
- repository : IntersectMBO/cardano-node
51
- ref : 8.7.2
51
+ # 8.7.2-fork which provides a macos flake output
52
+ repository : ch1bo/cardano-node
53
+ ref : 170817f5ba3f7838ffd9bd181bc30504906a6506
52
54
53
55
- name : ❄ Prepare nix
54
56
uses : cachix/install-nix-action@v23
60
62
- name : ❄ Build executables
61
63
run : |
62
64
mkdir -p out
63
- nix build .#cardano-node
64
- cp result/bin/* out/
65
- nix build .#cardano-cli
66
- cp result/bin/* out/
65
+ nix build .#hydraJobs.aarch64-darwin.native.cardano-node-macos
66
+ tar -C out -xzvf result/cardano-node-*-macos.tar.gz cardano-node cardano-cli '*.dylib'
67
67
68
68
- name : 💾 Upload executables
69
69
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments