Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled

This commit is contained in:
Your Name 2025-01-31 15:18:45 +00:00
parent 0386b4c3d2
commit 21abf17226
2 changed files with 10 additions and 8 deletions

View file

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

View file

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