-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for "permissions-blindness" before calculating Artifacts git tr…
…ee hashes We need this to be more general than just skipping Windows; if we are on Linux but using an NFS share or FAT32 filesystems, (for instance) we can run into the same issues. So we instead probe for the ability to have a sane `chmod()`/`isexecutable()` run, and if that fails, we do not bother to calculate git tree hashes. This should transparently start to calculate the proper git tree hashes on Windows once JuliaLang/julia#33212 is fixed
- Loading branch information
1 parent
581e70c
commit 1fb1c33
Showing
2 changed files
with
65 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters