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

fix: Broken release build for Hipcheck. #325

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

alilleybrinker
Copy link
Collaborator

Turns out Cargo doesn't like when materials required to build a crate are outside of the crate manifest directory. In this case, I'm talking about the protobuf definition used for the Hipcheck plugin gRPC service.

There's a Cargo issue open about it, but the gist of it is that they don't really want people doing what we were trying to do, having materials in an outer directory.

There may be better solutions, but moving the files is the fastest one for now.

Here's the issue: rust-lang/cargo#3946

Turns out Cargo doesn't like when materials required to build a crate are
outside of the crate manifest directory. In this case, I'm talking about
the protobuf definition used for the Hipcheck plugin gRPC service.

There's a Cargo issue open about it, but the gist of it is that they
don't really want people doing what we were trying to do, having materials
in an outer directory.

There may be better solutions, but moving the files is the fastest one
for now.

Here's the issue: rust-lang/cargo#3946

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker added the type: bug Something isn't working label Sep 3, 2024
@alilleybrinker alilleybrinker added this to the 3.6.0 milestone Sep 3, 2024
@alilleybrinker alilleybrinker self-assigned this Sep 3, 2024
@alilleybrinker alilleybrinker merged commit 353dbae into main Sep 3, 2024
9 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/fix-release branch September 10, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant