Skip to content

Commit d37a46d

Browse files
committed
ci: Drop Aleth-powered Ethereum consensus testing
Aleth will not be upgraded to EVMC 8 nor will support EIP-2929.
1 parent 33574af commit d37a46d

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

circle.yml

-27
Original file line numberDiff line numberDiff line change
@@ -256,30 +256,6 @@ jobs:
256256
- upload_coverage:
257257
flags: consensus
258258

259-
state-tests:
260-
environment:
261-
TESTS_REV: ac8cf2cd8ba326d67101183060272e7f7b1eaa92
262-
ALETH_REV: 1.8.0
263-
docker:
264-
- image: cimg/base:stable
265-
steps:
266-
- unpack_package
267-
- run:
268-
name: "Download Aleth"
269-
background: true
270-
command: curl -L https://github.com/ethereum/aleth/releases/download/v$ALETH_REV/aleth-$ALETH_REV-linux-x86_64.tar.gz | tar xz
271-
- download_consensus_tests:
272-
rev: ac8cf2cd8ba326d67101183060272e7f7b1eaa92
273-
- run:
274-
name: "Fixup consensus tests"
275-
command: |
276-
mkdir -p ~/tests/GeneralStateTests/stEWASMTests
277-
mkdir -p ~/tests/src/GeneralStateTestsFiller/stEWASMTests
278-
- run:
279-
name: "Run State Tests"
280-
command: bin/testeth -t GeneralStateTests -- --testpath ~/tests --vm ~/package/lib/libevmone.so
281-
282-
283259
gcc-min:
284260
executor: linux-gcc-7
285261
steps:
@@ -385,9 +361,6 @@ workflows:
385361
tags:
386362
only: /^v[0-9].*/
387363
- consensus-tests
388-
- state-tests:
389-
requires:
390-
- release-linux
391364
- gcc-min
392365
- gcc-latest-coverage
393366
- clang-latest-ubsan

0 commit comments

Comments
 (0)