mirror of
https://abf.rosa.ru/djam/dtc.git
synced 2025-02-22 17:03:03 +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
04ee9f5709
commit
242f808056
2 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,5 @@ jobs:
|
|||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
||||
|
|
2
dtc.spec
2
dtc.spec
|
@ -130,11 +130,11 @@ export PYTHON=/usr/libexec/python3.8
|
|||
|
||||
|
||||
%make_build \
|
||||
NO_PYTHON=1 \
|
||||
CC=%{__cc} \
|
||||
LDFLAGS="%{optflags}" \
|
||||
WARNINGS+=-Wno-macro-redefined \
|
||||
PYTHON=/usr/libexec/python3.8
|
||||
# NO_PYTHON=1 \
|
||||
|
||||
%install
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
||||
|
|
Loading…
Add table
Reference in a new issue