mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 04:08:27 +00:00
* Fix nightly no_std * Fix nightly no_std
This commit is contained in:
@@ -21,3 +21,10 @@ cargo run --bin=flatbuffers_alloc_check || exit /b 1
|
||||
cargo run --bin=flexbuffers_alloc_check || exit /b 1
|
||||
cargo run --bin=monster_example || exit /b 1
|
||||
cd ..
|
||||
|
||||
cd rust_no_std_compilation_test
|
||||
rustup install nightly
|
||||
rustup component add rust-src --toolchain nightly
|
||||
rustup target add thumbv7m-none-eabi
|
||||
cargo build || exit /b 1
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user