From bfa947f4bbbde457ea9e74daa58366ea4b795b7a Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Mon, 19 Oct 2020 13:09:09 +0000 Subject: [PATCH] Rebuilt with all gating tests on and a proper tmp dir --- lld.spec | 5 ++++- run-lit-tests | 2 +- tests/tests.yml | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lld.spec b/lld.spec index d3ff1de..ac6e06b 100644 --- a/lld.spec +++ b/lld.spec @@ -1,5 +1,5 @@ #%%global rc_ver 6 -%global baserelease 1 +%global baserelease 2 %global lld_srcdir lld-%{version}%{?rc_ver:rc%{rc_ver}}.src %global maj_ver 11 %global min_ver 0 @@ -201,6 +201,9 @@ fi %{_datadir}/lld/lit.lld-test.cfg.py %changelog +* Mon Oct 19 2020 sguelton@redhat.com - 11.0.0-2 +- Rebuilt with all gating tests on + * Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1 - Fix NVR diff --git a/run-lit-tests b/run-lit-tests index c655781..1a448d0 100644 --- a/run-lit-tests +++ b/run-lit-tests @@ -53,7 +53,7 @@ case $ARCH in ;; esac -cd $(mktemp -d) +cd $(mktemp -d -p /var/tmp) ln -s /usr/include include tar -xzf /usr/share/lld/src/test.tar.gz ln -s /usr/share/lld/src/$ARCH.site.cfg.py test/lit.site.cfg.py diff --git a/tests/tests.yml b/tests/tests.yml index 7ffb2b4..8bc1fc9 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -15,5 +15,4 @@ - gcc-compat-basic: dir: ./ run: echo "int main(){ return 0; }" | gcc -x c -fuse-ld=lld - -# Causes filesystem issues on Fedora CI -# - lit-tests + - lit-tests