Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • juerg/cache-query-job-benchmark
  • bst-1 protected
  • juerg/cache-query-job
  • tristan/fix-recursive-artifact-pull
  • nanonyme/remove-fix-python-timestamps
  • tristan/shell-artifacts
  • bschubert/update-coverage
  • juerg/remote-cache
  • nanonyme/subprocess-devnull
  • tristan/artifact-extensions
  • tpollard/custom-platform-properties
  • juerg/buildbox
  • chandan/update-reqs
  • chandan/moar-runners
  • tpollard/optional-sandbox-properties
  • nanonyme/fix-tests
  • bschubert/standardize-source-tests
  • nanonyme/warn-nofile
  • abderrahim/stage-artifact-scriptelement
  • 1.6.1
  • 1.6.0
  • 1.93.5
  • 1.5.1
  • 1.93.4
  • bst-1.4-branchpoint protected
  • 1.5.0
  • 1.4.3
  • 1.93.3
  • 1.93.2
  • 1.4.2
  • 1.93.1
  • 1.93.0
  • 1.91.3
  • 1.91.2
  • 1.91.1
  • 1.91.0
  • bst-1-branchpoint protected
  • 1.4.1
  • 1.4.0
40 results

_sandboxchroot.py

  • William Salmon's avatar
    6298e409
    Sandbox: CWD was not being created for workspaces · 6298e409
    William Salmon authored and Phil Dawson's avatar Phil Dawson committed
    The code was creating the cwd folder but when the workspace was
    mounted in to the buildroot it was hiding the folder created in it
    behind the bind mounted workspace.
    
    However by using the bubblewarp `--dir` directive to ensure that cwd
    exists we can cover both workspace and non workspace situations with
    the same method.
    
    For issue #512 in Gitlab.
    6298e409
    History
    Sandbox: CWD was not being created for workspaces
    William Salmon authored and Phil Dawson's avatar Phil Dawson committed
    The code was creating the cwd folder but when the workspace was
    mounted in to the buildroot it was hiding the folder created in it
    behind the bind mounted workspace.
    
    However by using the bubblewarp `--dir` directive to ensure that cwd
    exists we can cover both workspace and non workspace situations with
    the same method.
    
    For issue #512 in Gitlab.
_sandboxchroot.py 12.41 KiB