From 81cb9d6149af8a5071d63ffebd5d30a6687952ca 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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cardano-node.yaml b/.github/workflows/cardano-node.yaml index 2d1056722e2..9466f5fa552 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: @@ -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 @@ -60,7 +61,7 @@ jobs: - name: ❄ Build executables run: | mkdir -p out - nix build .#cardano-node + nix build .#hydraJobs.native.cardano-node-macos cp result/bin/* out/ nix build .#cardano-cli cp result/bin/* out/