mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-08-27 13:37:17 -04:00
5df7e40a2f
This commit ensures that all of the cargo features we have that only exist for CI/testing purposes, and aren't for external consumption, have a "testing_only_" prefix.
7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -xeu
|
|
cd "$(dirname "$0")/.."
|
|
|
|
cargo build --features "$BINDGEN_FEATURES testing_only_docs"
|