This website requires JavaScript.
Explore
Help
Register
Sign In
openharmony
/
third_party_rust_cxx
Watch
1
Star
0
Fork
0
You've already forked third_party_rust_cxx
mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced
2024-11-23 23:29:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
62228de09a
third_party_rust_cxx
/
.bazelignore
3 lines
26 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore BUILD files under target directory After doing a `cargo publish` or `cargo package` we were getting a BUILD file at target/package/cxx-0.2.11/BUILD which was subsequently picked up by `bazel build ...`.
2020-04-26 02:50:31 +00:00
target/
Hide buck2 submodule from bazel Otherwise `bazel build ...` gets tripped up. ERROR: error loading package 'tools/buck/buck2/examples/no_prelude/go/binary-toolchain': cannot load '//:rules.bzl': no such file ERROR: error loading package 'tools/buck/buck2/examples/no_prelude/rust/rustc': cannot load '//:rules.bzl': no such file ERROR: error loading package 'tools/buck/buck2/examples/prelude/cpp/library': Unable to find package for @prelude//rules.bzl:rules.bzl: The repository '@prelude' could not be resolved: Repository '@prelude' is not defined. ERROR: error loading package 'tools/buck/buck2/examples/prelude/python/library': Unable to find package for @prelude//rules.bzl:rules.bzl: The repository '@prelude' could not be resolved: Repository '@prelude' is not defined. INFO: Elapsed time: 0.167s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded)
2022-12-03 07:12:03 +00:00
tools/buck/buck2/
Reference in New Issue
Copy Permalink