-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Labels
Description
What happened?
I have a rust project which uses openssl. Now I would like to have a reproducible build using devbox. But when I use rustup
from devbox, the compilation fails at linking time.
I tried the same repo with flox
and a locally installed rust, which compiles and runs fine!
Steps to reproduce
Clone the repo, start the shell, and compile parts of it:
git clone https://github.com/ineiti/fledger
cd fledger
devbox shell
cd cli/fledger
cargo build
The final output of the linker is this:
= note: ld: framework not found Security
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
Command
shell
devbox.json
Devbox version
0.11.1
Nix version
nix (Nix) 2.23.0
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
No response