Skip to content
#

bazel

Here are 523 public repositories matching this topic...

jayconrod
jayconrod commented Apr 17, 2020

Stardoc is a documentation generator for Bazel rules, providers, and other definitions.

Currently, rules_go documentation is maintained separately from the rule implementation themselves, so it's easy for it to drift.

We should investigate whether Stardoc is a viable replacement for the current documentation. If it is, we should migrate the current do

mariusgrigoriu
mariusgrigoriu commented Oct 14, 2019

The README should document what version(s) of Bazel are required to run rules_docker. For example v0.8.0 uses default_mtime which appears to have been introduced with Bazel 0.24, but there was no mention that a newer version was required.

nacl
nacl commented Apr 14, 2020

Bazel's load builtin supports a syntax for aliasing loaded values, something like this:

load("//:pkg.bzl", some_alias = "some_value")

Which causes some_alias to refer to some_value in the file in which it is used.

There does not seem to be a mechanism for manipulating them within buildozer, or it is not clearly documented. Judging by looking at the [tests for `rep

leo-da
leo-da commented Mar 27, 2020
  • 400 - Bad Request (Client Error)
  • 401 - Unauthorized, authentication required
  • 404 - Not Found

JSON API reports user input errors back to the client, e.g:

{"errors":["JSON parser error: Unexpected character 'f' at input index 27 (line 1, position 28)"],"status":400}

{"errors":["Can't read null as string element for actAs"],"status":401}

However there were multiple requests

1
LouisCAD
LouisCAD commented May 18, 2018

Hi,
The example in the README is not sufficient for masses to start using this confidently.
There's a documentation need to explain what you can do, how, in order to developers to start using it.

I see a great potential for this project as multi-module projects are becoming more and more common with multiple Android targets (Wear OS, TV, Auto Things...), Instant Apps and feature modules, Kotl

ytyt-yt
ytyt-yt commented Dec 12, 2019

Hi, I am trying to build opencv with opencv_contrib.

In order to build opencv_contrib, I need to pass the path of opencv_contrib to opencv cmake:

cmake -DOPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules <opencv_source_directory>

Is there a way to include multiple filegroups in lib_source so t

joneshf
joneshf commented Mar 26, 2020

Is your feature request related to a problem? Please describe.

I've found caching with rules_haskell to be hard to figure out. I'm using rules_haskell in a project I'm working on. I run locally on my Linux machine and (mostly due to inertia) on three CI services: AppVeyor (Windows), GitLab CI (Linux), and TravisCI (Linux and macOS). I use the GHC bind

Improve this page

Add a description, image, and links to the bazel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bazel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.