shixiong-jiang

Results 3 comments of shixiong-jiang

I found out the problem is the ``` includes = [ "src", "src/cbor", "src/cbor/internal", ], ``` in the https://github.com/PJK/libcbor/blob/master/examples/bazel/third_party/libcbor.BUILD There is a strings.h file under the `src/cbor/strings.h` too. It overwrites...

@skeletonkey It is because: the stdout is too many. Run last command one more time, you will see the error. ```sh bazel build --sandbox_debug @openssl//:all ```

@fionera IIUC, you 1. create your owned tool chain. 2. Then, in the BUILD file, you will set tool chain to the one you defined? I am trying to build...