SHA256
1
0
forked from pool/wezterm

Accepting request 1116499 from X11:terminals

- Use unupdated vendored crates for now.
  * This is to stop OBS Notifications about build failures.
  * Once openssl crate is updated from possibly a new release, I will
    re-enable update of vendored crates
- Use cargo-vendor-filterer to lessen vendored crates
- Declare higher build disk size requirement
- Enable update of vendored dependencies.
- Update vendored dependencies.

OBS-URL: https://build.opensuse.org/request/show/1116499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=30
This commit is contained in:
Ana Guerrero 2023-10-10 19:00:10 +00:00 committed by Git OBS Bridge
commit 155dfc3e6e
4 changed files with 24 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<size unit="G">16</size>
</physicalmemory>
<disk>
<size unit="G">16</size>
<size unit="G">25</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3dc2fd896f19e673c9fc49fd0c9f15bc26485cc0dc8ea5f6db86e99af0a1f6a9
size 86535743
oid sha256:5c55c9288fe34179a089c3552d0af29abcb6457102396db6b45bf7156424e683
size 45021414

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Oct 9 14:14:36 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Use unupdated vendored crates for now.
* This is to stop OBS Notifications about build failures.
* Once openssl crate is updated from possibly a new release, I will
re-enable update of vendored crates
- Use cargo-vendor-filterer to lessen vendored crates
-------------------------------------------------------------------
Sun Sep 17 04:14:54 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Declare higher build disk size requirement
-------------------------------------------------------------------
Thu Sep 7 07:42:24 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Enable update of vendored dependencies.
- Update vendored dependencies.
-------------------------------------------------------------------
Tue Aug 29 04:49:29 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>