This diff introduces the following changes to the Cargo build.rs:
- Removing the testing building of the hello.c based on the comment;
- Increasing the C++ standard to 17, because RN now supports it.
Linear task: ENG-2536
Differential D6014
[native/rust_library] Removing of testing `hello.c` and increase C++ standard to 17 in `build.rs` Authored by • max on Dec 23 2022, 5:30 PM.
Details This diff introduces the following changes to the Cargo build.rs:
Linear task: ENG-2536 Native CI gates are passed.
Diff Detail
Event TimelineComment Actions We should probably rerun the build if the protos or lib.rs change println!("cargo:rerun-if-changed=src/lib.rs");
println!("cargo:rerun-if-changed=../../shared/protos/identity.proto");
println!("cargo:rerun-if-changed=../../shared/protos/tunnelbroker.proto"); |