1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

.forgejo: pull_request_template: Compute closure size increase.

* .forgejo/issue_template/pull_request_template.md: Bash expresion to
explicit it.

Merges guix/guix!7490

Change-Id: I4b13aa212d740f067c6ba8f3ae52d149a9ed317d
This commit is contained in:
Cayetano Santos
2026-03-26 10:08:28 +01:00
parent 8f061f549a
commit a063c62f54

View File

@@ -28,7 +28,13 @@ Tick a box by changing it from [ ] to [x].
- [ ] i586-gnu - [ ] i586-gnu
- Package **update** - Package **update**
- Closure size increase after update (`./pre-inst-env guix size PACKAGE`). - Closure size increase.
```console
$ guix size PACKAGE | tail -n1 # before
total: ...
$ ./pre-inst-env guix size PACKAGE | tail -n1 # after
total: ...
```
- Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`): - Build status of direct dependents (`./pre-inst-env guix build -k -P1 PACKAGE ...`):
```text ```text