Skip to content

Commit 36c87a2

Browse files
authored
build: update tests to fusaka-devnet-3 (#32251)
1 parent f96f82b commit 36c87a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/checksums.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This file contains sha256 checksums of optional build dependencies.
22

3-
# version:spec-tests v4.5.0
3+
# version:spec-tests fusaka-devnet-3%40v1.0.0
44
# https://github.com/ethereum/execution-spec-tests/releases
5-
# https://github.com/ethereum/execution-spec-tests/releases/download/v4.5.0/
6-
58afb92a0075a2cb7c4dec1281f7cb88b21b02afbedad096b580f3f8cc14c54c fixtures_develop.tar.gz
5+
# https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-3%40v1.0.0
6+
576261e1280e5300c458aa9b05eccb2fec5ff80a0005940dc52fa03fdd907249 fixtures_fusaka-devnet-3.tar.gz
77

88
# version:golang 1.24.4
99
# https://go.dev/dl/

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ func doTest(cmdline []string) {
332332
// downloadSpecTestFixtures downloads and extracts the execution-spec-tests fixtures.
333333
func downloadSpecTestFixtures(csdb *download.ChecksumDB, cachedir string) string {
334334
ext := ".tar.gz"
335-
base := "fixtures_develop"
335+
base := "fixtures_fusaka-devnet-3"
336336
archivePath := filepath.Join(cachedir, base+ext)
337337
if err := csdb.DownloadFileFromKnownURL(archivePath); err != nil {
338338
log.Fatal(err)

0 commit comments

Comments
 (0)