mirror of
https://abf.rosa.ru/djam/anbox.git
synced 2025-02-23 07:32:49 +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
5b0e033e7e
commit
41b4c511ee
2 changed files with 4 additions and 2 deletions
|
@ -13,4 +13,5 @@ jobs:
|
|||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ BuildRequires: git-core
|
|||
BuildRequires: protobuf-compiler
|
||||
BuildRequires: python3
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: /usr/bin/sdbus-c++-xml2cpp
|
||||
BuildRequires: sdbus-cpp-xml2cpp
|
||||
BuildRequires: cmake(CpuFeatures)
|
||||
BuildRequires: pkgconfig(dri)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
|
@ -106,7 +106,8 @@ See %{_docdir}/anbox/README.ROSA for more information.
|
|||
#------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -S git_am -n %{name}-%{commit}
|
||||
#autosetup -p1 -S git_am -n %{name}-%{commit}
|
||||
%setup -qn -n %{name}-%{commit}
|
||||
|
||||
# (From AUR) Don't build tests
|
||||
#truncate -s 0 cmake/FindGMock.cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue