[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 (v2)



Title: GitLab

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:

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", { tmp_dir => "/tmp" }) %][% 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