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 Git_jll #7

Open
mattBrzezinski opened this issue Feb 24, 2021 · 0 comments · May be fixed by #10
Open

Use Git_jll #7

mattBrzezinski opened this issue Feb 24, 2021 · 0 comments · May be fixed by #10

Comments

@mattBrzezinski
Copy link
Member

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant