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

rustbuild: Assert directory creation succeeds #40337

Merged
merged 1 commit into from
Mar 9, 2017

Commits on Mar 7, 2017

  1. rustbuild: Assert directory creation succeeds

    I've been seeing failures on the bots when building jemalloc and my assumption
    is that it's because cwd isn't created. That may be possible if this
    `create_dir_all` call change in this commit fails, in which case we ignore the
    error.
    
    This commit updates the location to call `create_dir_racy` which handles
    concurrent invocations, as multiple build scripts may be trying to create the
    `native` dir.
    alexcrichton committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    e412af2 View commit details
    Browse the repository at this point in the history