Skip to content

Commit

Permalink
remove secp256k1 build artifacts from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Sep 26, 2024
1 parent 7cf0cfd commit 89c5c20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions faucet-wasm/nickminer/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

build
secp256k1
build/
secp256k1/
6 changes: 6 additions & 0 deletions faucet-wasm/nickminer/nickminer-compile.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
if [ "$SCRIPT_DIR" != "/app" ]; then
echo "This script should be run from within the build container! run ./build_wasm.sh to build the wasm"
exit 1
fi

# method for joining a multiline string list using a delimiter
join() {
s_list=$1; s_delim=$2
Expand Down
1 change: 0 additions & 1 deletion faucet-wasm/nickminer/secp256k1
Submodule secp256k1 deleted from 472faa

0 comments on commit 89c5c20

Please sign in to comment.