RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/lld#aa6e69df60747496f8f22121ae8cc605c9d3498a
This commit is contained in:
parent
6d8877dbdf
commit
89ffb7614e
10
lld.spec
10
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user