From a5c4ad934d0fc44d7b6bbdf7b25dd0ade3239efb Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Mon, 8 Jan 2024 11:28:33 +0100 Subject: [PATCH] Use a fork to build macos --- .github/workflows/cardano-node.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cardano-node.yaml b/.github/workflows/cardano-node.yaml index 2d1056722e2..a31d5efc3e0 100644 --- a/.github/workflows/cardano-node.yaml +++ b/.github/workflows/cardano-node.yaml @@ -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: @@ -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 @@ -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/