Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not fail if $HOME/.ccache is missing #3957

Merged
merged 3 commits into from Sep 2, 2019
Merged

Do not fail if $HOME/.ccache is missing #3957

merged 3 commits into from Sep 2, 2019

Commits on Aug 15, 2019

  1. Copy the full SHA
    c7dbe3b View commit details
    Browse the repository at this point in the history
  2. sandbox: do not fail if /Users/mseri/.ccache is missing

        See https://discuss.ocaml.org/t/dune-1-11-1-compilation-failed/4248
    
    Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
    mseri committed Aug 15, 2019
    Copy the full SHA
    7b1cb22 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Move the check to add_mounts

    This was already present in bwrap, so only sandbox needs to be updated
    
    Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
    mseri committed Aug 29, 2019
    Copy the full SHA
    a9d2821 View commit details
    Browse the repository at this point in the history