mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
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>
11 lines
359 B
Diff
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
|