mirror of
https://abf.rosa.ru/djam/llvm12.git
synced 2025-02-23 15:22:50 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled
Some checks failed
Run CI/CD... / main (push) Has been cancelled
This commit is contained in:
parent
0386b4c3d2
commit
21abf17226
2 changed files with 10 additions and 8 deletions
|
@ -13,4 +13,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||||
|
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||||
|
|
||||||
|
|
17
llvm12.spec
17
llvm12.spec
|
@ -24,21 +24,21 @@
|
||||||
|
|
||||||
%define maj_ver 12
|
%define maj_ver 12
|
||||||
|
|
||||||
%if %{mdvver} == 201610
|
#if %{mdvver} == 201610
|
||||||
%bcond_without lldb
|
#bcond_without lldb
|
||||||
%else
|
#else
|
||||||
%bcond_with lldb
|
%bcond_with lldb
|
||||||
%endif
|
#endif
|
||||||
|
|
||||||
Summary: LLVM and Clang in %{_prefix}
|
Summary: LLVM and Clang in %{_prefix}
|
||||||
# llvm11
|
# llvm11
|
||||||
Name: llvm%{maj_ver}
|
Name: llvm%{maj_ver}
|
||||||
Version: 12.0.1
|
Version: 12.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: NCSA
|
License: NCSA
|
||||||
Group: Development/Other
|
Group: Development/Other
|
||||||
Url: http://llvm.org
|
URL: http://llvm.org
|
||||||
Source0: https://github.com/llvm/llvm-project/archive/llvmorg-%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
Source0: https://github.com/llvm/llvm-project/archive/llvmorg-%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1000: llvm%{maj_ver}.rpmlintrc
|
Source1000: llvm%{maj_ver}.rpmlintrc
|
||||||
# Adjust the search paths to match the OS, adjust the default compiler flags
|
# Adjust the search paths to match the OS, adjust the default compiler flags
|
||||||
# as well.
|
# as well.
|
||||||
|
@ -93,7 +93,8 @@ This package contains LLVM and Clang in %{_prefix}.
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n llvm-project-llvmorg-%{version}
|
%setup -qn llvm-project-llvmorg-%{version}
|
||||||
|
%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Build with gcc/g++, not clang if it happens to be installed
|
# Build with gcc/g++, not clang if it happens to be installed
|
||||||
|
|
Loading…
Add table
Reference in a new issue