Skip to content

Commit

Permalink
fix nim-lang#17913 build_all.sh on M1 mac (nim-lang#17917); temporary…
Browse files Browse the repository at this point in the history
… workaround
  • Loading branch information
timotheecour authored and PMunch committed Mar 28, 2022
1 parent 9ea3c02 commit eeac510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/funs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ nimBuildCsourcesIfNeeded(){
_nimBuildCsourcesIfNeeded "$@"
fi

echo_run rm -f bin/nim
# fixes bug #17913, but it's unclear why it's needed, maybe specific to MacOS Big Sur 11.3 on M1 arch?
echo_run cp $nim_csources bin/nim
echo_run $nim_csources -v
)
Expand Down

0 comments on commit eeac510

Please sign in to comment.