Skip to content

Windows RISC-V build can be fixed #8

@ndabas

Description

@ndabas

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions