Try cleaning up build

pull/1028/head
Alex Garibay 6 years ago
parent cb6ff77852
commit 764f7e9f3d
  1. 6
      .circleci/config.yml
  2. 2
      apps/indexer/mix.exs

@ -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`

@ -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

Loading…
Cancel
Save