From af3e578ab4050037724e2491c837542ae4874cf0 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sat, 13 Nov 2021 13:36:54 -0800 Subject: [PATCH] tests/thirdparty: re-enable segmentio/asm (#232) Fixes #229 --- .github/workflows/packages.yml | 3 +-- tests/thirdparty/packages.json | 7 +++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 85d1b7f..03abba3 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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 @@ -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 diff --git a/tests/thirdparty/packages.json b/tests/thirdparty/packages.json index 44d2180..fb6ba72 100644 --- a/tests/thirdparty/packages.json +++ b/tests/thirdparty/packages.json @@ -447,10 +447,10 @@ }, "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": [ { @@ -458,8 +458,7 @@ "make --always-make build" ] } - ], - "known_issue": 229 + ] }, { "repository": {