File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ defaults:
6969
7070 save-aleth-cache : &save-aleth-cache
7171 save_cache :
72- key : &aleth-cache-key aleth-prebuilt-cache-{{arch}}-{{checksum "toolchain"}}-v1.4.0rc7
72+ key : &aleth-cache-key aleth-prebuilt-cache-{{arch}}-{{checksum "toolchain"}}-v1.5.0-alpha.5
7373 paths :
7474 - ~/build
7575 - ~/.hunter
@@ -83,7 +83,7 @@ defaults:
8383 name : " Checkout aleth repo"
8484 working_directory : ~/
8585 command : |
86- git clone https://github.com/ethereum/aleth --branch v1.4.0rc7 --single-branch --recurse-submodules --depth 1
86+ git clone https://github.com/ethereum/aleth --branch v1.5.0-alpha.5 --single-branch --recurse-submodules --depth 1
8787
8888 link-hera : &link-hera
8989 run :
@@ -118,7 +118,7 @@ defaults:
118118 run :
119119 name : " Install aleth"
120120 command : |
121- URL=https://github.com/ethereum/aleth/releases/download/v1.4.0rc7 /aleth-1.4.0rc7 -linux-x86_64.tar.gz
121+ URL=https://github.com/ethereum/aleth/releases/download/v1.5.0-alpha.5 /aleth-1.5.0-alpha.5 -linux-x86_64.tar.gz
122122 curl -L $URL | sudo tar xz -C /usr/local
123123
124124 fetch-tests : &fetch-tests
You can’t perform that action at this time.
0 commit comments