[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] Bug 40098: Update tmp_dir in rbm-config/tb-build-06.torproject.org.rbm.local.conf



Title: GitLab

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:

Changes:

  • rbm-config/tb-build-06.torproject.org.rbm.local.conf
    ... ... @@ -10,7 +10,7 @@
    10 10
     ### builds are made from this directory, so using a directory on a fast
    
    11 11
     ### disk can improve build time. By default we are using a tmp directory
    
    12 12
     ### under the tor-browser-build directory.
    
    13
    -tmp_dir: /tmp
    
    13
    +tmp_dir: '[% IF c("link_input_files") %][% c("basedir") %][% END %]/tmp'
    
    14 14
     
    
    15 15
     ### The debug option defines whether a debugging shell should be opened
    
    16 16
     ### automatically in the build directory/container in case of build
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx