committed by
GitHub
parent
68350e4e08
commit
af3e578ab4
3
.github/workflows/packages.yml
vendored
3
.github/workflows/packages.yml
vendored
@@ -561,7 +561,6 @@ jobs:
|
|||||||
run: go test ./...
|
run: go test ./...
|
||||||
segmentio-asm:
|
segmentio-asm:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: false # skip: https://github.com/mmcloughlin/avo/issues/229
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 # v2.1.3
|
uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 # v2.1.3
|
||||||
@@ -576,7 +575,7 @@ jobs:
|
|||||||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
|
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
|
||||||
with:
|
with:
|
||||||
repository: segmentio/asm
|
repository: segmentio/asm
|
||||||
ref: v1.0.0
|
ref: 2bf3fdd47b1cdbe8fe020f032caf14891e10a85f
|
||||||
path: asm
|
path: asm
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Avo Module Replacement
|
- name: Avo Module Replacement
|
||||||
|
|||||||
7
tests/thirdparty/packages.json
vendored
7
tests/thirdparty/packages.json
vendored
@@ -447,10 +447,10 @@
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Go library providing algorithms optimized to leverage the characteristics of modern CPUs",
|
"description": "Go library providing algorithms optimized to leverage the characteristics of modern CPUs",
|
||||||
"stars": 566
|
"stars": 568
|
||||||
},
|
},
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"version": "v1.0.0",
|
"version": "2bf3fdd47b1cdbe8fe020f032caf14891e10a85f",
|
||||||
"module": "build/go.mod",
|
"module": "build/go.mod",
|
||||||
"generate": [
|
"generate": [
|
||||||
{
|
{
|
||||||
@@ -458,8 +458,7 @@
|
|||||||
"make --always-make build"
|
"make --always-make build"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"known_issue": 229
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user