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 date from coreutils #545

Merged
merged 1 commit into from
Apr 21, 2023
Merged

Commits on Apr 21, 2023

  1. use date from coreutils

    Currently devenv uses the date executable that is available in PATH.
    This means that under OSX a date executable is used that doesn't support
    `N` formatting, which leads to `gc` directories being stored in seconds
    instead of milliseconds.
    
    This patch makes sure that date from coreutils is always used. This
    should fix problems with conflicting gc files when multiple devenv's are
    building in parallel.
    bobvanderlinden committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ac41026 View commit details
    Browse the repository at this point in the history