Skip to content

Commit

Permalink
Merge pull request #537 from ewasm/aleth-1.6.0
Browse files Browse the repository at this point in the history
Upgrade to aleth/testeth 1.6.0
axic authored May 2, 2019
2 parents e2dbd02 + 6abe8f8 commit de4d0c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ defaults:

save-aleth-cache: &save-aleth-cache
save_cache:
key: &aleth-cache-key aleth-prebuilt-cache-{{arch}}-{{checksum "toolchain"}}-v1.5.1
key: &aleth-cache-key aleth-prebuilt-cache-{{arch}}-{{checksum "toolchain"}}-v1.6.0
paths:
- ~/build
- ~/.hunter
@@ -84,7 +84,7 @@ defaults:
name: "Checkout aleth repo"
working_directory: ~/
command: |
git clone https://github.com/ethereum/aleth --branch v1.5.1 --single-branch --recurse-submodules --depth 1
git clone https://github.com/ethereum/aleth --branch v1.6.0 --single-branch --recurse-submodules --depth 1
link-hera: &link-hera
run:
@@ -119,7 +119,7 @@ defaults:
run:
name: "Install aleth"
command: |
VER=1.5.1
VER=1.6.0
OS=$(uname | tr '[:upper:]' '[:lower:]')
URL=https://github.com/ethereum/aleth/releases/download/v$VER/aleth-$VER-$OS-x86_64.tar.gz
echo $URL

0 comments on commit de4d0c8

Please sign in to comment.