From 59b9dbe43f00bdaa2299ec82419f31a1c7ca0a18 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Fri, 15 Mar 2024 16:47:03 +0000 Subject: [PATCH] fix(circl@1.3.7.bcr.1): support `pure = "on"` 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. --- modules/circl/metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/circl/metadata.json b/modules/circl/metadata.json index d4bfa37b7b2..be6009c4684 100644 --- a/modules/circl/metadata.json +++ b/modules/circl/metadata.json @@ -9,7 +9,8 @@ "repository": [], "versions": [ "1.3.3", - "1.3.7" + "1.3.7", + "1.3.7.bcr.1" ], "yanked_versions": {} }