Skip to content

Commit

Permalink
tests/thirdparty: re-enable segmentio/asm (#232)
Browse files Browse the repository at this point in the history
Fixes #229
  • Loading branch information
mmcloughlin authored Nov 13, 2021
1 parent 68350e4 commit af3e578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ jobs:
run: go test ./...
segmentio-asm:
runs-on: ubuntu-latest
if: false # skip: https://github.com/mmcloughlin/avo/issues/229
steps:
- name: Install Go
uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 # v2.1.3
Expand All @@ -576,7 +575,7 @@ jobs:
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
with:
repository: segmentio/asm
ref: v1.0.0
ref: 2bf3fdd47b1cdbe8fe020f032caf14891e10a85f
path: asm
persist-credentials: false
- name: Avo Module Replacement
Expand Down
7 changes: 3 additions & 4 deletions tests/thirdparty/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,19 +447,18 @@
},
"metadata": {
"description": "Go library providing algorithms optimized to leverage the characteristics of modern CPUs",
"stars": 566
"stars": 568
},
"default_branch": "main",
"version": "v1.0.0",
"version": "2bf3fdd47b1cdbe8fe020f032caf14891e10a85f",
"module": "build/go.mod",
"generate": [
{
"commands": [
"make --always-make build"
]
}
],
"known_issue": 229
]
},
{
"repository": {
Expand Down

0 comments on commit af3e578

Please sign in to comment.