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 657c260
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 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 All @@ -16,8 +17,8 @@ jobs:
- name: 📥 Checkout cardano-node 8.7.2
uses: actions/checkout@v4
with:
repository: IntersectMBO/cardano-node
ref: 8.7.2
repository: ch1bo/cardano-node
ref: 170817f5ba3f7838ffd9bd181bc30504906a6506 # 8.7.2-fork which provides a macos flake output

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v23
Expand Down Expand Up @@ -60,7 +61,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 657c260

Please sign in to comment.