lichess-org / lila-docker

Lichess local development using Docker Compose.
GNU Affero General Public License v3.0
44 stars 44 forks source link

Fix warning stripping debug info #121

Closed fitztrev closed 1 month ago

fitztrev commented 1 month ago

when running this command:

docker run --rm -v "$PWD/command:/command" -w /command messense/cargo-zigbuild:0.19.1 cargo zigbuild --release --target universal2-apple-darwin
warning: stripping debug info with `strip` failed: exit status: 1
  |
  = note: strip: /command/target/aarch64-apple-darwin/release/deps/command-6779d3e9a71fe590: file format not recognized

warning: 1 warning emitted

    Finished `release` profile [optimized] target(s) in 5.83s
./lila-docker: line 172: 52486 Killed: 9               ./command/target/universal2-apple-darwin/release/command "$@"