boklm pushed to branch main at The Tor Project / Applications /
tor-browser-bundle-testsuite
Commits:
b0df7842 by Nicolas Vigier at 2026-05-04T13:12:04+02:00
Bug 40098: Update tmp_dir in
rbm-config/tb-build-06.torproject.org.rbm.local.conf (v2)
The previous version of the patch was causing a loop in the resolution
of tmp_dir:
tmp_dir -> <---~
link_input_files -> |
remote_exec -> |
container/remote_exec -> |
container/dir -> tmp_dir --~
Since we don't care about the value of tmp_dir when resolving
link_input_files, we set some static value for tmp_dir as option,
to avoid the loop.
- - - - -
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", { tmp_dir => "/tmp" }) %][% 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/b0df7842126fe636fceeb289a402147f6b1487d1
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/b0df7842126fe636fceeb289a402147f6b1487d1
You're receiving this email because of your account on gitlab.torproject.org.
Manage all notifications: https://gitlab.torproject.org/-/profile/notifications
| Help: https://gitlab.torproject.org/help
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]