Paolo Tranquilli
Paolo Tranquilli
I just got hit by this. Is there any workaround available? I've seen a patch was submbitted to GDB, but I've seen this behaviour also on my GDB version 11.1....
a temporary workaround I've found, is to go to the `gdbserver` wrapper used by the plugin (in my case, this was found on `~/.local/share/JetBrains/CLion2021.3/clwb/gdb/gdbserver`), and comment out the following two...
Unfortunately windows package install does not work on Windows as far as I could test, with an error like: ``` Traceback (most recent call last): File "C:\Users\redsun82\AppData\Local\Temp\Bazel.runfiles_wd_pz4_y\runfiles\_main\go\_extractor-pack-installer_install_script.py", line 203, in...
Hi! I would also like this! For now I'm working around this with a patch, using this rather small change: https://github.com/bazelbuild/bazel-skylib/compare/main...redsun82:bazel-skylib:env-native-binary?expand=1 I would have contributed it as a PR, but...
ah, nice one @fmeum
For the moment I've opened [this draft PR](https://github.com/bazelbuild/bazel-skylib/pull/482), I'll update it sometime soon with the `RunEnvironmentInfo` check and have a look at the existing `native_binary` tests.
I've updated the [PR](https://github.com/bazelbuild/bazel-skylib/pull/482), which turned out a bit trickier than I thought. For the moment I decided to replicate part of what `bazel_features` does to avoid complicating the legacy...
I've opened [another PR](https://github.com/bazelbuild/bazel-skylib/pull/484) based on the previous one but using bazel_features (and modifying the release instructions for `WORKSPACE` setup). There was a bit of gymnastics involved in getting the...
I just hit this bug as well
👋 @rnychyporuk-rbi As @aibaars points out, it's weird that the log terminates mentioning a `git` invocation without ever seeming to trace an actual xcode build as was the case previously....