peakschris

Results 141 comments of peakschris

One extra clue is that on rebuild bazel first prints: `WARNING: Build option --python_path has changed, discarding analysis cache` I don't have python_path set in .bazelrc or command line or...

> This is weird, repo rules don't influence flags, so this is probably something else entirely. What do you see when running with --announce_rc? Build events contains this: ``` "unstructuredCommandLine":{"args":["query","--startup_time\u003d261","--command_wait_time\u003d0","--binary_path\u003dC:\\Users\\browchri.PLM\\AppData\\Local\\bazelisk\\downloads\\sha256\\94d3463f990601c2561a2904c0622205c51e4bc100783c77d6d13e720a540cb8\\bin\\bazel.exe","--rc_source\u003dclient","--default_override\u003d0:common\u003d--isatty\u003d0","--default_override\u003d0:common\u003d--terminal_columns\u003d80","--default_override\u003d0:build\u003d--python_path\u003dt:/wntx64/python/3.11/python.exe","--rc_source\u003dc:\\programdata\\bazel.bazelrc",...

> It seems to be due to this code, I can't see a way to disable it. And just to add, bazel is searching for a local python on my...

Ah, that's good to know, thanks. I did miss that sentence on the front page (looking at autogen docs), but also I think it could be reworded, because I don't...

@cgrindel thanks for your review. It looks like a bunch of CI checks failed with an API key error, could you help with that?

This will be fixed by https://github.com/cgrindel/bazel-starlib/pull/446

@alexeagle could I get your thoughts on this? My rules_multirun pr will depend on this.

Alex wrote (https://github.com/keith/rules_multirun/issues/43) > Sorry there's no time! Hair on fire! but I really appreciate your work on that and making Bazel better on Windows. Please keep pushing on us...

This issue would be fixed by https://github.com/bazelbuild/bazel-skylib/pull/527, if approved and upstreamed

What I'm trying to do is to use conan to automatically install some binary packages such as git, python, node and other dev tools onto user's machines. I had thought...