From c3a684c8ec0d5af9a752bfc11533a0017c1253d7 Mon Sep 17 00:00:00 2001 From: Andrew Westberg Date: Thu, 21 Dec 2023 01:50:21 +0000 Subject: [PATCH] fixup! Updates for cardano-node 8.7.2 --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43a0af9..f2536c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,9 @@ jobs: job: - { os: ubuntu-latest, target: x86_64-unknown-linux-gnu } - { os: ubuntu-latest, target: x86_64-unknown-linux-musl, use-cross: true } - - { os: ubuntu-latest, target: aarch64-unknown-linux-musl, use-cross: true } - - { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu } - { os: ubuntu-20.04, target: x86_64-unknown-linux-musl, use-cross: true } - { os: macos-latest, target: x86_64-apple-darwin } - - { os: macos-latest, target: aarch64-apple-darwin } - - { os: ubuntu-latest, target: x86_64-unknown-freebsd, use-cross: true } + - { os: macos-latest, target: aarch64-apple-darwin, use-cross: true } steps: - name: Checkout uses: actions/checkout@v3 @@ -59,7 +56,7 @@ jobs: ;; *-unknown-linux-*) sudo apt-get -y update - sudo apt-get -y install automake build-essential pkg-config libffi-dev libgmp-dev libssl-dev libtinfo-dev libsystemd-dev zlib1g-dev make g++ tmux git jq wget libncursesw5 libtool autoconf musl-tools + sudo apt-get -y install automake build-essential pkg-config libffi-dev libgmp-dev libssl-dev libtinfo-dev libsystemd-dev zlib1g-dev make g++ tmux git jq wget libncursesw5 libtool autoconf musl-tools gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu pip install cargo-zigbuild ;; *-apple-darwin)