tests/thirdparty: fix phoreproject-bls (#204)
This started failing under Go 1.17.2 due to a missing go mod tidy in the root of the respository.
This commit is contained in:
committed by
GitHub
parent
5e686673b2
commit
9c815a0581
7
tests/thirdparty/packages.json
vendored
7
tests/thirdparty/packages.json
vendored
@@ -59,6 +59,13 @@
|
||||
"module": "asm/go.mod",
|
||||
"setup": [
|
||||
{
|
||||
"name": "Setup Root Module",
|
||||
"commands": [
|
||||
"go mod tidy"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Setup Generator Module",
|
||||
"dir": "asm",
|
||||
"commands": [
|
||||
"sed -i.bak '/+build ignore/d' asm.go",
|
||||
|
||||
Reference in New Issue
Block a user