Skip to content

Use Git_jll #7

@mattBrzezinski

Description

@mattBrzezinski

Instead of using the command-line git in the tests we should switch to Git_jll as the command-line git may not be installed. The command would look something like:

using Git_jll
git() do git_path
    read(`$git_path ls-remote --tags https://github.com/JuliaLang/julia`, String)
end

Unfortunately there seems to be an issues at the moment:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions