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

Windows RISC-V build can be fixed #8

Open
ndabas opened this issue Nov 25, 2024 · 0 comments
Open

Windows RISC-V build can be fixed #8

ndabas opened this issue Nov 25, 2024 · 0 comments

Comments

@ndabas
Copy link

ndabas commented Nov 25, 2024

I was looking at this commit and the associated Actions run.

I saw something similar in my own experiments, and it sounds completely unrelated, but the issue can be fixed by setting core.autocrlf to false in the git config. On Windows the build.ps1 file is used to clone needed repos so you could likely just add -c core.autocrlf=false to the command line there:

exec { git clone -b "$($_.tree)" --depth=1 -c advice.detachedHead=false "$($_.href)" "$repodir" }

(Or set it globally beforehand, it's a throwaway CI runner.)

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

No branches or pull requests

1 participant