SHA256
1
0
forked from pool/sccache

Accepting request 934047 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Enable build also on armv6

OBS-URL: https://build.opensuse.org/request/show/934047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=6
This commit is contained in:
William Brown 2021-11-26 20:37:49 +00:00 committed by Git OBS Bridge
parent 19d6387573
commit ba707b641c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 26 12:56:12 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Enable build also on armv6
-------------------------------------------------------------------
Tue Nov 16 15:21:57 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -36,7 +36,7 @@ Source14: client.example
BuildRequires: cargo-packaging
BuildRequires: pkgconfig(openssl)
Requires: bubblewrap
ExclusiveArch: x86_64 i586 i686 armv7hl aarch64
ExclusiveArch: x86_64 i586 i686 %{arm} aarch64
%description
Sccache is a ccache-like tool. It is used as a compiler wrapper and