[Notes] [Git][BuildStream/buildstream][willsalmon/outOfSourecBuild] WIP commit to test my fix



Title: GitLab

Will Salmon pushed to branch willsalmon/outOfSourecBuild at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/sandbox/_sandboxchroot.py
    ... ... @@ -98,7 +98,8 @@ class SandboxChroot(Sandbox):
    98 98
                 if cwd is not None:
    
    99 99
                     workdir = os.path.join(root_mount_source, cwd.lstrip(os.sep))
    
    100 100
                     os.makedirs(workdir, exist_ok=True)
    
    101
    -
    
    101
    +                workdir = os.path.join(rootfs, cwd.lstrip(os.sep))
    
    102
    +                os.makedirs(workdir, exist_ok=True)
    
    102 103
                 status = self.chroot(rootfs, command, stdin, stdout,
    
    103 104
                                      stderr, cwd, env, flags)
    
    104 105
     
    



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