mciantyre / teensy4-rs

Rust support for the Teensy 4
Apache License 2.0
272 stars 32 forks source link

Docker build missing jq #56

Closed Walther closed 4 years ago

Walther commented 4 years ago

Running docker run -it --rm -v $PWD:/build rust_teensy led results in

./hardware-test.sh: line 26: jq: command not found
thread 'main' panicked at 'failed printing to stdout: Broken pipe (os error 32)', src/libstd/io/stdio.rs:805:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
cp: cannot stat '/thumbv7em-none-eabihf/release/led': No such file or directory

Easy fix, submitting PR in a second