test/sandbox: bind /var/tmp writable
All checks were successful
Test / Hakurei (push) Successful in 45s
Test / Hakurei (race detector) (push) Successful in 45s
Test / Create distribution (push) Successful in 38s
Test / Hpkg (push) Successful in 46s
Test / Sandbox (push) Successful in 1m36s
Test / Sandbox (race detector) (push) Successful in 2m29s
Test / Flake checks (push) Successful in 1m23s
All checks were successful
Test / Hakurei (push) Successful in 45s
Test / Hakurei (race detector) (push) Successful in 45s
Test / Create distribution (push) Successful in 38s
Test / Hpkg (push) Successful in 46s
Test / Sandbox (push) Successful in 1m36s
Test / Sandbox (race detector) (push) Successful in 2m29s
Test / Flake checks (push) Successful in 1m23s
This makes it possible to place markers with private tmpdir. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -77,6 +77,11 @@ in
|
||||
};
|
||||
|
||||
commonPaths = [
|
||||
{
|
||||
type = "bind";
|
||||
src = "/var/tmp";
|
||||
write = true;
|
||||
}
|
||||
{
|
||||
type = "bind";
|
||||
src = "/var/cache";
|
||||
|
||||
Reference in New Issue
Block a user