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` • max on Dec 23 2022, 9:30 AM. Authored by Tags None Referenced Files
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"); |