When building Rust crates that run C/C++ build.rs for QNX (e.g., iceoryx2-pal-posix), the build fails inside Bazel’s sandbox because the qcc toolchain exports relative tool paths (CC, CXX, AR, LD). In the sandboxed runfiles CWD, those paths don’t exist, so the build script panics with Os { code: 2, NotFound }.