From aca2a4873f0c0fad61012aa5853bf5c5efff4121 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 24 Aug 2018 07:10:57 +0200 Subject: [PATCH] install final compiler instead of bootstrap compiler --- tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.sh b/tests.sh index 1a4cabbb9..73bd641b5 100755 --- a/tests.sh +++ b/tests.sh @@ -36,8 +36,8 @@ apt-get install -y qemu-system-x86 cmake wget curl gnupg checkinstall gawk dialo echo "deb [trusted=yes] https://dl.bintray.com/hermitcore/$OS_NAME $OS_VERSION main" | tee -a /etc/apt/sources.list apt-get -qq update -#apt-get install -y --allow-unauthenticated -o Dpkg::Options::="--force-overwrite" binutils-hermit newlib-hermit pte-hermit gcc-hermit libomp-hermit -apt-get install -y --allow-unauthenticated -o Dpkg::Options::="--force-overwrite" binutils-hermit newlib-hermit pte-hermit gcc-hermit-bootstrap +apt-get install -y --allow-unauthenticated -o Dpkg::Options::="--force-overwrite" binutils-hermit newlib-hermit pte-hermit gcc-hermit libomp-hermit +#apt-get install -y --allow-unauthenticated -o Dpkg::Options::="--force-overwrite" binutils-hermit newlib-hermit pte-hermit gcc-hermit-bootstrap export PATH=/opt/hermit/bin:$PATH mkdir -p build