.ci: Fix init of profiles

This commit is contained in:
Daniele Rondina
2020-09-07 23:16:15 +02:00
parent a439266377
commit aeff7dd466

3
.ci
View File

@@ -5,11 +5,14 @@ set -x
python3 --version
if [[ ! -e /usr/portage/profiles ]]; then
mkdir -p /usr/portage/profiles
rsync -av -H -A -X --delete-during \
"rsync://rsync.at.gentoo.org/gentoo-portage/profiles/" \
/usr/portage/profiles || exit 1
fi
eselect profile set "default/linux/amd64/17.1/desktop"
export LC_ALL=en_US.UTF-8 USERNAME=root ETP_TESTS_NONINTERACTIVE=1
equo install dev-util/bsdiff || exit 1
cd /entropy/lib/tests || exit 1