-
Notifications
You must be signed in to change notification settings - Fork 2
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
Various metrics comms fixes #1074
Conversation
.cargo/config.toml
Outdated
@@ -1,6 +1,7 @@ | |||
[build] | |||
rustdoc = "rustdoc" | |||
rustdocflags = ["--show-type-layout", "-Z", "unstable-options"] | |||
rustflags = ["-L", "/opt/homebrew/lib/"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surely this shouldn't exist here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh yes it really shouldn’t, but for some reason ld
on mac is refusing to find zstd
installed on my machine. This is the only way I found to fix it. This will be ignored on systems that this doesn’t exist since its only meant to “indicate” where to look for this libraries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, it won't really hurt others I guess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would love to remove this dumb hack, I will leave a ##Hack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now magically works - I think I had a borked installation locally. Removed!
zstd
is added to link pathmessaging_format
is propagated from--configure
--configure
unknown fields