tests/thirdparty: re-enable segmentio/asm (#232)

Fixes #229
This commit is contained in:
Michael McLoughlin
2021-11-13 13:36:54 -08:00
committed by GitHub
parent 68350e4e08
commit af3e578ab4
2 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -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": {