Skip to content

Commit ba658df

Browse files
committed
Circle CI: Upgrade Aleth to 1.5.0-alpha.5 with EVMC6 support
1 parent c29fa7e commit ba658df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)