SHA256
1
0
forked from pool/helix

- Increase memory to 8G and storage to 16G in _constraints file.

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=37
This commit is contained in:
Soc Virnyl Estela 2022-10-15 10:37:39 +00:00 committed by Git OBS Bridge
parent 55d759f4a3
commit a506595297
2 changed files with 12 additions and 0 deletions

11
_constraints Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<constraints>
<hardware>
<physicalmemory>
<size unit="G">8</size>
</physicalmemory>
<disk>
<size unit="G">16</size>
</disk>
</hardware>
</constraints>

View File

@ -3,6 +3,7 @@ Sat Oct 15 10:16:46 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Add shell completions for bash, fish and zsh.
- Add desktop application entry and icon.
- Increase memory to 8G and storage to 16G in _constraints file.
-------------------------------------------------------------------
Thu Sep 15 00:35:16 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>