[Notes] [Git][BuildStream/buildstream][master] 2 commits: element.py: Pass bare_directory also to SandboxRemote()



Title: GitLab

Jürg Billeter pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/element.py
    ... ... @@ -2180,6 +2180,7 @@ class Element(Plugin):
    2180 2180
                                         stderr=stderr,
    
    2181 2181
                                         config=config,
    
    2182 2182
                                         server_url=self.__remote_execution_url,
    
    2183
    +                                    bare_directory=bare_directory,
    
    2183 2184
                                         allow_real_directory=False)
    
    2184 2185
                 yield sandbox
    
    2185 2186
     
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]