Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
remove ursa-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jul 15, 2021
1 parent 2926a50 commit 20654b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ aliases:
# libp2p uses by default ursa-optional, libp2p fails using the ursa-optional built files.
# removing ursa-optional allows libp2p to fallback to "keypair": https://github.com/libp2p/js-libp2p-crypto/pull/128/files#diff-3544cb4008be1bc81ba3bc70fbb55745a3343712bf391c316b21c4548b194501R23
# remix-desktop issue: https://github.com/ethereum/remix-desktop/issues/40
- run: npm uninstall ursa-optional
- run: rm -rf release/*-unpacked/resources/app/node_modules/ursa-optional
- run: rm -rf release/mac/resources/app/node_modules/ursa-optional
# - *test_e2e
- *run_script
# - *save_modules_cache
Expand Down

0 comments on commit 20654b3

Please sign in to comment.