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: cargo-chef panic issue #98

Merged
merged 1 commit into from
Nov 16, 2022
Merged

Conversation

silathdiir
Copy link
Contributor

@Thegaram and @colinlyguo helped find and debug a cargo-chef panic issue as:

> [builder 2/4] RUN cargo chef cook --release --recipe-path recipe.json:
#  Updating [crates.io](http://crates.io/) index
# thread ‘main’ panicked at ‘Process terminated by signal’, /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/cargo-chef-0.1.41/src/recipe.rs:162:21

@Thegaram helped found the solution in this cargo-chef issue - LukeMathWalker/cargo-chef#107

I build and tested the base docker image rust-alpine-builder and testnet/whitelist_backend (with base image) on both local Mac and staging server. It worked for me.

Should we update these two docker images to another tag or just remain the same (since we don't update rust version)?

@0xmountaintop
Copy link
Contributor

Should we update these two docker images to another tag or just remain the same (since we don't update rust version)?

I think we can leave them remain the same

@0xmountaintop 0xmountaintop merged commit 00f3a6f into staging Nov 16, 2022
@0xmountaintop 0xmountaintop deleted the fix/cargo-chef-panic-issue branch November 16, 2022 11:58
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.

4 participants