Skip to content

Commit

Permalink
Use a fork to build macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Jan 8, 2024
1 parent 24c066d commit a5c4ad9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/cardano-node.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# XXX: Temporary workflow to produce static ELF binaries for cardan-node 8.7.2
# Remove again when upstream releases them again.
# Produce distributable binaries for cardano-node 8.7.2
#
# XXX: Remove again when upstream releases them (again).
name: Cardano-node

on:
Expand Down Expand Up @@ -47,8 +48,9 @@ jobs:
- name: 📥 Checkout cardano-node 8.7.2
uses: actions/checkout@v4
with:
repository: IntersectMBO/cardano-node
ref: 8.7.2
# 8.7.2-fork which provides a macos flake output
repository: ch1bo/cardano-node
ref: 170817f5ba3f7838ffd9bd181bc30504906a6506

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v23
Expand All @@ -60,7 +62,7 @@ jobs:
- name: ❄ Build executables
run: |
mkdir -p out
nix build .#cardano-node
nix build .#hydraJobs.aarch64-darwin.native.cardano-node-macos
cp result/bin/* out/
nix build .#cardano-cli
cp result/bin/* out/
Expand Down

0 comments on commit a5c4ad9

Please sign in to comment.