Skip to content

Commit

Permalink
fix([email protected]): support pure = "on"
Browse files Browse the repository at this point in the history
This switches the `purego` build tag to use the `cgo` tag which
allows the source files to be correctly conditionally included
in the build actions.

There is a second patch that adds a couple of unit tests
that have `pure = "on"` enabled to prevent regressions.
  • Loading branch information
mattyclarkson committed Mar 15, 2024
1 parent 13718a8 commit 59b9dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/circl/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"repository": [],
"versions": [
"1.3.3",
"1.3.7"
"1.3.7",
"1.3.7.bcr.1"
],
"yanked_versions": {}
}

0 comments on commit 59b9dbe

Please sign in to comment.