From 82435959133502612a49f804bb4a46c6589cc0b4 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 6 Feb 2017 21:48:14 -0500 Subject: [PATCH] travis: build restricted packages After all, we are not about to distribute these binaries. --- common/travis/prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/travis/prepare.sh b/common/travis/prepare.sh index 985f96d2a34..fafd93dfc48 100755 --- a/common/travis/prepare.sh +++ b/common/travis/prepare.sh @@ -20,3 +20,4 @@ wget -q -O - https://github.com/chneukirchen/xtools/archive/master.tar.gz | \ /bin/echo -e '\x1b[32mUpdating etc/conf...\x1b[0m' echo XBPS_CHROOT_CMD=uchroot >> etc/conf echo XBPS_MAKEJOBS=4 >> etc/conf +echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf