Files
gentoo/dev-db/etcd/files/etcd-3.7.1-vendor.patch
James Le Cuirot b6729ab03b dev-db/etcd: Version bump to 3.7.1
The tests pass. The dependency tarball had exploded by 10x. I was able to avoid
this by excluding some (unbuilt) tools, but I also figured out how to make a
vendor tarball work, which is much smaller still.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2026-08-17 23:47:31 +01:00

11 lines
359 B
Diff

--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -57,7 +57,6 @@
# The test script is not supposed to make any changes to the files
# e.g. add/update missing dependencies. Such divergences should be
# detected and trigger a failure that needs explicit developer's action.
-export GOFLAGS=-mod=readonly
export ETCD_VERIFY=all
source ./scripts/test_lib.sh