diff --git a/.circleci/config.yml b/.circleci/config.yml index 92a2b1d9e5..fc294a3353 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,9 +73,9 @@ jobs: - run: mix compile # Ensure NIF is compiled for libsecp256k1 - - run: - command: make - working_directory: "deps/libsecp256k1" + # - run: + # command: make + # working_directory: "deps/libsecp256k1" # `deps` needs to be cached with `_build` because `_build` will symlink into `deps` diff --git a/apps/indexer/mix.exs b/apps/indexer/mix.exs index 64f2635196..44b5d3dea5 100644 --- a/apps/indexer/mix.exs +++ b/apps/indexer/mix.exs @@ -53,7 +53,7 @@ defmodule Indexer.MixProject do # Importing to database {:explorer, in_umbrella: true}, # libsecp2561k1 crypto functions - {:libsecp256k1, "~> 0.1.10", manager: :mix, override: true}, + {:libsecp256k1, "~> 0.1.10"}, # Log errors and application output to separate files {:logger_file_backend, "~> 0.0.10"}, # Mocking `EthereumJSONRPC.Transport`, so we avoid hitting real chains for local testing