Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

master docker build is broken #203

Open
morriswinkler opened this issue Jun 18, 2022 · 1 comment
Open

master docker build is broken #203

morriswinkler opened this issue Jun 18, 2022 · 1 comment

Comments

@morriswinkler
Copy link

#16 152.0 Compiling generic-array v0.12.0
#16 152.0 Compiling zip v0.5.4
#16 152.6 error[E0004]: non-exhaustive patterns: _ not covered
#16 152.6 --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/zip-0.5.4/src/cp437.rs:42:24
#16 152.6 |
#16 152.6 42 | let output = match input
#16 152.6 | ^^^^^ pattern _ not covered
#16 152.6
#16 152.6 error: aborting due to previous error
#16 152.6
#16 152.6 For more information about this error, try rustc --explain E0004.
#16 152.6 error: Could not compile zip.
#16 152.6 warning: build failed, waiting for other jobs to finish...
#16 157.6 error: build failed

@morriswinkler
Copy link
Author

fix:


# Builder stage
FROM rust:latest as builder

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant