Skip to content

Commit

Permalink
Merge pull request #254 from JBA-Khalifa/0.7.0
Browse files Browse the repository at this point in the history
0.7.0 - scripts
  • Loading branch information
balqaasem authored Jun 10, 2021
2 parents 914933e + 525e719 commit 3b454fc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion scripts/build-only-wasm.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ if [ "$#" -lt 1 ]; then
exit 1
fi

export WASM_TARGET_DIRECTORY=$(pwd)
if [ -z "$2" ]; then
export WASM_TARGET_DIRECTORY=$(pwd)
else
export WASM_TARGET_DIRECTORY=$2
fi

cargo build --manifest-path node/setheum-dev/Cargo.toml --release -p $1 --features with-$1
Empty file modified scripts/docker-hub-publish-dev.sh
100644 → 100755
Empty file.
Empty file modified scripts/docker-hub-publish.sh
100644 → 100755
Empty file.
3 changes: 1 addition & 2 deletions scripts/init.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ if [ -z $CI ] ; then
rustup update nightly
fi

rustup default nightly-2021-03-15

rustup target add wasm32-unknown-unknown --toolchain nightly-2021-03-15
rustup default nightly-2021-03-15
Empty file modified scripts/update-newrome.sh
100644 → 100755
Empty file.

0 comments on commit 3b454fc

Please sign in to comment.