peakschris
peakschris
I've also been seeing this, windows 10, regardless of shell (cmd, bash, powershell)
For me, on windows: ``` git clone https://github.com/bazelbuild/bazel.git cd bazel git checkout release-7.2.1 #specific release unimportant bazel mod graph ``` displays: ``` Starting local Bazel server and connecting to it......
`--charset=ascii` shows the tables, albeit less nicely:  The terminal does support UTF-8: ``` wget https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt cat UTF-8-demo.txt ``` shows: 
I added this one line to file_windows.cc:  bazel mod graph now outputs:  I think SetConsoleOutputCP could just be called once somewhere from main(), as long as it is...
@fmeum ok, that's understandable. Is this something that can be fixed? In the meantime, could a warning be emitted if trying to run tests on linux with --noenable_runfiles set?
not stale
We are also impacted by this on windows
Added a defect in the zstd_prebuilt repo before I spotted this defect (I had forgotten commenting on this 7 months ago!) https://github.com/aspect-build/zstd-prebuilt/issues/2 Is there any update? @thesayyn?
Fixed by https://github.com/bazel-contrib/bazel-lib/pull/1137
Exactly, we are migrating from a legacy build system to bazel, and in the interim whilst both build systems are active, we need to set some envvars to subdirectories of...