Thulio Ferraz Assis
Thulio Ferraz Assis
@groodt I don't think placing the interpreter in tools/bazel solves any real problems. It would require extra steps before bazel build. Also, it wouldn't work with RBE.
There's a current effort that @philsc is writing in a doc, and has the collaboration from @jvolkman. I wrote a resolver to download Python packages using http_file. It's similar to...
@prauscher I'm using the following, with mypy happy: ```python my_var: Synchronized[bool] = Synchronized(multiprocessing.Value(ctypes.c_bool, True)) ``` I didn't observe any side effects. Since `Synchronized` is a specialized class from `SynchronizedBase`, I...
@lazcamus could you resolve the conflicts, please? I'll go ahead and merge this.
@harshavardhana Any chance to get this in?
It depends. You may be able to disable CGO if no C code is being used. What target needs it?
@ArmaanT Sorry for the delay. This got lost on my list when I came back. Did you resolve this? The problem you are hitting is that your Linux distribution uses...
I had plans to support macOS next, especially because we want to use it to do cross-compilation from macOS to Linux (cough cough containers). @sluongng we already build GCC as...
(sorry, closed by accident)
I think it only makes sense to add macOS support if it also supports cross-compilation to Linux. We need to build the GCC toolchain for macOS and tweak some assumptions...