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/... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/... 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
participants (1)
-
boklm (@boklm)