Skip to content

Commit

Permalink
Updates for cardano-node 8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewWestberg committed Dec 21, 2023
1 parent 7bb25dd commit 0102cc5
Show file tree
Hide file tree
Showing 12 changed files with 1,346 additions and 980 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
rustflags = ["-C", "target-feature=+crt-static"]
target = "x86_64-unknown-linux-musl"
target = "x86_64-unknown-linux-gnu"
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
fail-fast: false
matrix:
job:
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl, use-cross: true }
- { os: ubuntu-20.04, target: x86_64-unknown-linux-musl, use-cross: true }
- { os: macos-latest, target: x86_64-apple-darwin }
- { os: macos-latest-xlarge, target: aarch64-apple-darwin, use-cross: true }
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true # recurse submodules
- name: Configure Environment
Expand Down Expand Up @@ -53,7 +56,8 @@ 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)
brew install automake
Expand Down
Loading

0 comments on commit 0102cc5

Please sign in to comment.