-
I [commented](https://github.com/watchexec/watchexec/discussions/714#discussioncomment-10930984) in the wrong place, so cc'ing here. This is related to #743 and #822.
> If you use Watchexec for T…
-
Trying to run the cpp-tutorial as written on amd64 Ubuntu 22.04, the compilation process cannot find the external toolchain.
```sh
$ cd stage1
$ bazelisk build //main:hello-world
Starting local …
inmcm updated
6 months ago
-
- Discuss with site that uses the `files` property whether changing
```
job.datasetList = {
pid: "",
files: [],
}
```
to `job.datasetIds = ["pid1", "pid2" ]` w…
-
For some strange reason I am getting linking errors while running `bazel run //:refresh_compile_commands`. Prima facie it looks that I am doing something blatantly silly/stupid.
Would really apprecia…
-
### Description of the bug:
There seems to be a set of issues with "linux-sandbox" strategy when running on Ubuntu 24.10. There were reports on Slack that this was also seen on 24.04 so I am not …
-
When trying to run `bazel build --test_output=all --spawn_strategy=sandboxed //xla/...` using `gcc/g++` compilers and their associated flags from the `compilers` conda-forge package, the build fails a…
-
### Description of the bug:
Seems to be related to #20834
When I enable `build --incompatible_strict_action_env` in .bazelrc building our project fails with the following error:
```
➜ kotlin…
-
On Ubuntu 20.04.5 LTS. clang and gcc versions:
```
(base) root@os-nvme-o49i23bw-cpu-4v-fin1:~/workspace/code_contests# clang --version
Ubuntu clang version 14.0.6
Target: x86_64-pc-linux-gnu
Th…
-
### Description of the problem / feature request:
Not sure if this issue belongs here or not.
Depending on a `container_image` in a `genrule` tools errors when sandboxfs is used
### Bugs: what'…
-
This will make Ctrl-C work properly, I think.