diff --git a/lld.spec b/lld.spec index d3ff1de..18fab21 100644 --- a/lld.spec +++ b/lld.spec @@ -1,5 +1,5 @@ #%%global rc_ver 6 -%global baserelease 1 +%global baserelease 3 %global lld_srcdir lld-%{version}%{?rc_ver:rc%{rc_ver}}.src %global maj_ver 11 %global min_ver 0 @@ -22,6 +22,8 @@ Source2: https://prereleases.llvm.org/%{version}/hans-gpg-key.asc Source3: run-lit-tests Source4: lit.lld-test.cfg.py +ExcludeArch: s390x + Patch0: 0001-CMake-Check-for-gtest-headers-even-if-lit.py-is-not-.patch Patch1: 0001-Revert-lld-Initial-commit-for-new-Mach-O-backend.patch @@ -201,6 +203,12 @@ fi %{_datadir}/lld/lit.lld-test.cfg.py %changelog +* Thu Nov 12 2020 sguelton@redhat.com - 11.0.0-3 +- Exclude s390x, unsupported upstream + +* 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