Skip to content

update dependencies for newer Macs#6

Open
jvantuyl wants to merge 1 commit intohbolimovsky:masterfrom
jvantuyl:update_deps_for_m1_mac
Open

update dependencies for newer Macs#6
jvantuyl wants to merge 1 commit intohbolimovsky:masterfrom
jvantuyl:update_deps_for_m1_mac

Conversation

@jvantuyl
Copy link

Just tried to run this on an out-of-the-box M1 MacBook. It failed spectacularly due to some old versions of stuff not liking the new platform (I guess?).

I updated:

  • golang.org/x/sys because it was failing to compile with an error1
  • github.com/ugorji/go because it would segfault handling the registration

Footnotes

  1. //go:linkname must refer to declared function or variable

Just tried to run this on an out-of-the-box M1 MacBook.  It failed
spectacularly due to some old versions of stuff not liking the new platform (I
guess?).

I updated:
* `golang.org/x/sys` because it was failing to compile with an error[^1]
* `github.com/ugorji/go` because it would segfault handling the registration

[^1]: `//go:linkname must refer to declared function or variable`
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

Successfully merging this pull request may close these issues.

1 participant