Accepting request 1007768 from home:firstyear:branches:devel:languages:rust

- Add _constraints to prevent random failures due to OBS resource
  issues.

OBS-URL: https://build.opensuse.org/request/show/1007768
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-audit?expand=0&rev=21
This commit is contained in:
William Brown 2022-10-03 23:43:26 +00:00 committed by Git OBS Bridge
parent f02b06f6db
commit bc0316dafa
2 changed files with 15 additions and 0 deletions

9
_constraints Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<constraints>
<hardware>
<disk>
<!-- Needed because PPC chronically runs out of disk because sigghhh -->
<size unit="G">25</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 3 23:32:29 UTC 2022 - William Brown <william.brown@suse.com>
- Add _constraints to prevent random failures due to OBS resource
issues.
-------------------------------------------------------------------
Wed May 25 00:48:01 UTC 2022 - william.brown@suse.com