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

Use mktemp when creating temporary files. #6471

Closed
wants to merge 1 commit into from

Commits on Oct 23, 2018

  1. Use mktemp when creating temporary files.

    Before this change, the Java binary shell stub created temporary files in the
    directory containing the binary, but that fails when the binary is stored in a
    read-only file system or the directory is write protected.
    
    Fixes issue bazelbuild#6289
    brown committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    0544a35 View commit details
    Browse the repository at this point in the history