Skip to content

Commit

Permalink
CircleCI fixes for ecrecover (#4145)
Browse files Browse the repository at this point in the history
CircleCI fixes for ecrecover
  • Loading branch information
seanhinde committed May 31, 2023
1 parent a6ffb7b commit 8f5c53c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config/commands/@install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install_os_deps:
command: |
sudo apt-get update
sudo apt-get -qq -y install git curl \
autoconf build-essential ncurses-dev libssl-dev libgmp-dev
autoconf automake libtool build-essential ncurses-dev libssl-dev libgmp-dev
install_otp:
steps:
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config/jobs/@packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ macos-tarball:
- run:
name: Install required tools
command: |
brew install gmp libsodium erlang@23 cmake
brew install autoconf automake libtool gmp libsodium erlang@23 cmake
brew link erlang@23
- test_arch_os_dependencies
- build_tarball:
Expand Down Expand Up @@ -127,7 +127,7 @@ macos-standalone:
- run:
name: Install required tools
command: |
brew install gmp libsodium erlang@23 cmake
brew install autoconf automake libtool gmp libsodium erlang@23 cmake
brew link erlang@23
- build_standalone:
arch: macos-x64
Expand Down
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ in {
## rocksdb build deps
pkgs.automake
pkgs.autoconf
pkgs.libtool
pkgs.which
## emcl's dependencies
pkgs.gmp
Expand Down

0 comments on commit 8f5c53c

Please sign in to comment.