-
Edit: To reproduce doesn't require any rust at all:
```console
$ emcc -lc -sDISABLE_EXCEPTION_CATCHING=0 -sWASM_BIGINT
error: undefined symbol: _emscripten_memcpy_js (referenced by root reference (…
-
I'm working on migrating a bunch of disparate shell build scripts to Bazel.
The project consists of a set of grpc servers written in Go and exposed as their own binaries, each of which are subsequent…
-
### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.6.0
### Custom code
Yes
### OS platform and distribution
…
-
Currently `@rules_cc//cc/toolchains/actions:compile_actions` doesn't contain `@rules_cc//cc/toolchains/actions:objc_compile`. If I want to define a toolchain that supports `objc_compile`, I would expe…
keith updated
1 month ago
-
Looking at the documentation of the toolchains [https://docs.easybuild.io/version-specific/toolchains/].
```
foss | GCC | OpenMPI | OpenBLAS, ScaLAPACK | FFTW
```
Presumably this should now read `…
-
### Description of the feature request:
A common pattern[^1] I see in rules is toolchain declarations that effectively capture a tool _path_, and templated executable/test rules that resolve the …
-
I need to test against default linker in CI, if this will happen too, but so far it could be on mold side, so dropping here as WIP report-in-progress.
Ref: https://gitlab.freedesktop.org/dh/mesa/-/jo…
okias updated
1 month ago
-
**Description:**
Every time build runs setup-java adds a new toolchain element to toolchains.xml. Even it already exists.
```
jdk
17
temurin
temurin_17
…
-
### What is the current behavior?
I can't quite get `cc_proto_library` to work and there is no end-to-end example for C++.
### Describe the feature
I'd like to enable `--incompatible_enable_p…
-
### What version of rules_go are you using?
0.42.0
### What version of gazelle are you using?
0.33.0
### What version of Bazel are you using?
6.4.0
### Does this issue reproduce …