Rebuilt with all gating tests on and a proper tmp dir

This commit is contained in:
serge-sans-paille 2020-10-19 13:09:09 +00:00
parent 5baec8dff6
commit bfa947f4bb
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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