bazel
Here are 546 public repositories matching this topic...
-
Updated
Aug 24, 2020 - Starlark
-
Updated
Aug 19, 2020
This might be faster:
git clone /path/to/base/head/startup-os
We could also probably do:
git clone file:///path/to/base/head/startup-os --depth=1
Currently such a request would return an HTTP 500:
curl -H "Authorization: Bearer <valid token>" "http://localhost:7575/v1/packages/not-a-real-package-id"I believe this is unexpected and an HTTP 404 would be more appropriate, which would mean (specification):
10.4.5 404 Not Found
The server has not found anythi
-
Updated
Jul 17, 2020 - Kotlin
-
Updated
Aug 25, 2020 - Java
-
Updated
Aug 21, 2020 - Starlark
-
Updated
Aug 20, 2020 - Swift
-
Updated
Jul 28, 2020 - Go
-
Updated
Aug 23, 2020 - TypeScript
See if we can replace sanitize_string_for_usage with code from skylib (existing or to contribute back).
Motivation for generalization- Recurring pattern of sanitizing inputs
-
Updated
Jul 26, 2020 - Rust
-
Updated
Aug 25, 2020 - Go
-
Updated
Sep 23, 2019 - Python
Would the maintainers consider making @io_bazel_rules_k8s//toolchains/kubectl:toolchain_type
visibility = ["//visibility:public"],
I'd like to create my toolchain targets in my own Bazel packages that depend on `@io_bazel_rules_k8s//toolchains/kubectl:toolchain_ty
Improve this page
Add a description, image, and links to the bazel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bazel topic, visit your repo's landing page and select "manage topics."
Description of the problem / feature request:
The presence of a
.bazelversionfile that defines any non-matching version at the root of a directory structure prevents bazel from intepreting any commands in any subdirectory, includingbazel version,help,info.However, these are the commands needed to debug why
.bazelversionis not satisfied, or to query non-build-related hel