Bill Habermaas
Bill Habermaas
Compiles and builds on macOS sequoia. project runs successful but error occurs when building docker image. thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/boring-sys-4.16.0/build/main.rs:574:44: 27.43 called `Result::unwrap()` on an `Err` value: Os {...
This problem is on macOS, not windows
I installed LLVM for macOS and see the same problem. 27.63 thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/boring-sys-4.16.0/build/main.rs:574:44: 27.63 called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message:...
I have created a simple project that demonstrates the error and created a repo for it on GitHub. It is public and found at https://github.com/bill-habermaas/jwt-playtime1.
installing cmake does not fix the issue. There is no problem except when building a docker image. cargo build --release makes no difference.
thanks for the Dockerfile. The build worked.