boklm pushed to branch main at The Tor Project / Applications /
tor-browser-bundle-testsuite
Commits:
f7f252d5 by Nicolas Vigier at 2026-02-19T12:44:32+01:00
Bug 40098: Update tmp_dir in
rbm-config/tb-build-06.torproject.org.rbm.local.conf
To make it possible to do hardlinks from `out/`, we set `tmp_dir` to
`[% c("basedir") %]/tmp` when `link_input_files` is enabled (otherwise
we keep it to `/tmp`).
- - - - -
1 changed file:
- rbm-config/tb-build-06.torproject.org.rbm.local.conf
Changes:
=====================================
rbm-config/tb-build-06.torproject.org.rbm.local.conf
=====================================
@@ -10,7 +10,7 @@
### builds are made from this directory, so using a directory on a fast
### disk can improve build time. By default we are using a tmp directory
### under the tor-browser-build directory.
-tmp_dir: /tmp
+tmp_dir: '[% IF c("link_input_files") %][% c("basedir") %][% END %]/tmp'
### The debug option defines whether a debugging shell should be opened
### automatically in the build directory/container in case of build
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/f7f252d50c9848034ca0bfec47ddcc353d857af9
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/f7f252d50c9848034ca0bfec47ddcc353d857af9
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]