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: Removes missing /libs folder from Container file #72

Merged
merged 1 commit into from
May 17, 2024

Conversation

mchernicoff
Copy link
Contributor

When we combined all of Hipcheck's crates into a single binary crate, we did away with the need for a /libs folder. The Container file was never updated to no longer try to copy the contents of this folder during the Docker installation procedure. This removes that unnecessary and docker build breaking copy from the Container file.

@mchernicoff mchernicoff added the type: bug Something isn't working label May 17, 2024
@mchernicoff mchernicoff merged commit 43a0e6b into main May 17, 2024
6 checks passed
@mchernicoff mchernicoff deleted the mchernicoff/remove-libs-from-container branch June 3, 2024 15:49
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