Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2019-09-18 01:49:51 +0300
committerBryan Drewery <bryan@shatow.net>2019-09-18 02:46:20 +0300
commitb29131f91a00f85884f767326dda810f8a447294 (patch)
treeafa4b29f777ba9c42f65a23d8c255a52c70e3c29 /test
parent34d41d8eebfccdfea3eb6113da2ae9e2c8512fae (diff)
tests: Avoid downloading /usr/src distribution
Diffstat (limited to 'test')
-rw-r--r--test/common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/common.sh b/test/common.sh
index 2dc537df..ba1337c2 100644
--- a/test/common.sh
+++ b/test/common.sh
@@ -24,6 +24,9 @@ USE_FDESCFS=no
NOLINUX=yes
${FLAVOR_DEFAULT_ALL:+FLAVOR_DEFAULT_ALL=${FLAVOR_DEFAULT_ALL}}
${FLAVOR_ALL:+FLAVOR_ALL=${FLAVOR_ALL}}
+# jail -c options
+NO_LIB32=yes
+NO_SRC=yes
EOF
: ${VERBOSE:=1}