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
5
.github/workflows/packages.yml
vendored
5
.github/workflows/packages.yml
vendored
@@ -110,7 +110,10 @@ jobs:
|
|||||||
ref: a88a5ae26844d7293359422888d7c7f69f43c845
|
ref: a88a5ae26844d7293359422888d7c7f69f43c845
|
||||||
path: bls
|
path: bls
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Setup
|
- name: Setup Root Module
|
||||||
|
working-directory: bls
|
||||||
|
run: go mod tidy
|
||||||
|
- name: Setup Generator Module
|
||||||
working-directory: bls/asm
|
working-directory: bls/asm
|
||||||
run: |
|
run: |
|
||||||
sed -i.bak '/+build ignore/d' asm.go
|
sed -i.bak '/+build ignore/d' asm.go
|
||||||
|
|||||||
7
tests/thirdparty/packages.json
vendored
7
tests/thirdparty/packages.json
vendored
@@ -59,6 +59,13 @@
|
|||||||
"module": "asm/go.mod",
|
"module": "asm/go.mod",
|
||||||
"setup": [
|
"setup": [
|
||||||
{
|
{
|
||||||
|
"name": "Setup Root Module",
|
||||||
|
"commands": [
|
||||||
|
"go mod tidy"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Setup Generator Module",
|
||||||
"dir": "asm",
|
"dir": "asm",
|
||||||
"commands": [
|
"commands": [
|
||||||
"sed -i.bak '/+build ignore/d' asm.go",
|
"sed -i.bak '/+build ignore/d' asm.go",
|
||||||
|
|||||||
Reference in New Issue
Block a user