-
https://kubernetes.slack.com/archives/CH8KCCKA5/p1602500676363100?thread_ts=1602500071.360700&cid=CH8KCCKA5
-
Hi,
I am using bazel and there's cuda code and c++ code in the repo. IIUC rules_cuda patches rules_cc and changes some settings. Such changes apply to all the cc targets, not only cuda targets afte…
-
I would like to try out the mypy rule, and modified the example slightly to include a dbx_mypy_test target. However, I got the following error - `every rule of type _dbx_mypy_test implicitly depends u…
-
## Goals
- Fetch dependencies using Swift Package Manager (SPM)
- Generate Bazel build targets for the fetched dependencies
- Ensure that the fetched dependencies have typical Bazel dependency na…
-
Hello,
I'm trying to create a macOS App bundle that has the following structure: https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleType…
-
Here's my scenario: I need to build a C++ application that expects to be linked to libpython (which it will use via the standard Py_... API). I want the app to be "xcopy-deployable" on Windows, Linux…
-
When executing this block in WORKSPACE, I am unable to use anything higher than emsdk 3.1.46. On emsdk 3.1.47 and above, I keep getting a 404 from storage.googleapis.com.
starlark
```
http_archive(…
-
Would you welcome a PR that adds the Bazel Java runfiles library, which is available at `@bazel_tools//tools/java/runfiles`, to `rules_java`? According to the [Starlark "Deploying rules"](https://docs…
fmeum updated
2 years ago
-
Examples include `dict.keys`, `dict.values`, `dict.items`, `enumerate`, and `zip`. These operations return lists like in Python 2, but they could be made to return views like in Python 3.
Today, th…
-
Meta issue to track tasks related to modular support in dart2js.
This includes:
* [x] support generating dart2js kernel in kernel_worker used by bazel and build runner
* [x] add support for runni…