Yun Peng

Results 356 comments of Yun Peng

@lalten What is your expected behaviour?

Oh, sorry, I missed that. ``` "repoSpec": { "ruleClassName": "local_repository", "attributes": { "path": "/home/username/monorepo/modules/rules_qnx" } } ``` But why is the root module a `local_repository`? /cc @SalmaSamy @Wyverald @lalten Can...

@SalmaSamy Can you take a look? This seems to happen when `source.json` is using `local_path` ``` { "type": "local_path", "path": "repo_A" } ```

`--nofetch` is not the accurate way to test offline build, because some repo can be fetched without internet access, eg. `local_config_sh`. You should probably use `--repository_disable_download` to test the build...

https://github.com/bazelbuild/bazel/commit/96b90baf08172bb55844c2366111a0c39b6f9e14 should make vendor mode fully offline. Please try with Bazel built @ HEAD

This is likely a duplicate of https://github.com/bazelbuild/bazel/issues/22201, I'm fixing this and will be shipped in 7.2.0, sorry for the stupid breakage.

This is probably because we don't have windows arm64 binary for bazelisk itself. @fweikert Do you know how hard it would be to add? We cross-compile all binaries with the...

Maybe it's as simple as adding another target for windows arm64 here? https://github.com/bazelbuild/bazelisk/blob/47f60477721681a117cbf905784ee5220100e68b/BUILD#L145-L153

Sorry, we currently don't have capacity to work on this. It's better this is community maintained.