Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily removed `cxx` and `cxx-bridge` due to an issue where `cxx-bridge` attempts to create a directory in a read-only file system when importing in Tachyon. This causes a build failure with the following error message: ```shell ERROR: /home/chokobole/.cache/bazel/_bazel_chokobole/234690e3562329d13f7f07caac03dae4/external/crate_index__halo2_proofs-1.1.0/BUILD.bazel:113:19: Running Cargo build script halo2_proofs failed: (Exit 1): cargo_build_script_runner failed: error executing command (from target @crate_index__halo2_proofs-1.1.0//:halo2_proofs_build_script) bazel-out/k8-opt-exec-2B5CBBC6/bin/external/rules_rust/cargo/cargo_build_script_runner/cargo_build_script_runner ... (remaining 11 arguments skipped) Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging Build script process failed with exit code 1 --stdout: --stderr: cxxbridge error: Failed to create directory `/home/chokobole/.cache/bazel/_bazel_chokobole/234690e3562329d13f7f07caac03dae4/sandbox/linux-sandbox/6005/execroot/kroma_network_tachyon/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/crate_index__scratch-1.0.7/scratch_build_script.out_dir/cxxbridge/rust` Caused by: Read-only file system (os error 30) ```
- Loading branch information