aboutsummaryrefslogtreecommitdiff
path: root/doc/he-config-bare-bones.scm
diff options
context:
space:
mode:
authorspacecadet <spacecadet@purge.sh>2024-01-13 15:22:35 +0000
committerMathieu Othacehe <othacehe@gnu.org>2024-01-17 11:18:00 +0100
commit8fbda358abd079e32f8a7a72403484bce3a6c3e7 (patch)
tree0ac330a5f18959d70298f489ae8f105d4ad10db4 /doc/he-config-bare-bones.scm
parentdac977ea4ea208a14e3b4615c386e9b8d0f4ed6f (diff)
downloadguix-8fbda358abd079e32f8a7a72403484bce3a6c3e7.tar.gz
guix-8fbda358abd079e32f8a7a72403484bce3a6c3e7.zip
gnu: Add tgif.
* gnu/packages/image.scm (tgif): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I4fd6bf5ae25806775e75dcca680a067f5d80ef5e
Diffstat (limited to 'doc/he-config-bare-bones.scm')
0 files changed, 0 insertions, 0 deletions
959311b5717c19552e1116f6e4fea9797282'>tests: docker-system: Increase image size....* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'disk-image-size'. Ludovic Courtès 2022-06-24tests: docker: Relax marionette timeout....The tests would otherwise fail on an old desktop. * gnu/tests/docker.scm (run-docker-test) <make-marionette>: Specify a timeout of 60 s. (run-docker-system-test) <make-marionette>: Likewise. Maxim Cournoyer 2021-12-23tests: docker: Fix it....The docker tests are broken because the docker overlay doesn't support running on our own storage overlay. Use the new <virtual-machine> volatile? field to spawn a VM with a persistent storage and no overlay. * gnu/tests/docker.scm (run-docker-test): Add the docker-tarball to the gc roots as the host store is not shared anymore. Spawn a VM without volatile storage. (run-docker-system-test): Ditto. (%test-docker-system): Adapt it to use the image API. Mathieu Othacehe