Skip to content
#

bazel-rules

Here are 179 public repositories matching this topic...

tanyabouman
tanyabouman commented Apr 13, 2021

Is your feature request related to a problem? Please describe.
When missing the libgmp-dev package, the error is not that clear.

ERROR: /root/.cache/bazel/_bazel_root/0d15a96fd12ed9dca003553c71536f42/external/stackage/BUILD.bazel:828:22: HaskellCabalLibrary @stackage//:th-abstraction failed: (Exit 1): process-wrapper failed: error executing command 
  (cd /root/.cache/bazel/_bazel_ro
Michaelhobo
Michaelhobo commented May 9, 2021

Is there more documentation (preferably with examples) for using string_list_setting? I'm trying to pass defines to a cc_library rule, like this:

cc_library(
  name = "...",
  defines = ":nrf_defines",
)

string_list_setting(
  name = "nrf_defines",
  build_setting_default = [],
)

When I build this, cc_library rules spit out the error:

expected value of type 'list(s

Improve this page

Add a description, image, and links to the bazel-rules 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-rules topic, visit your repo's landing page and select "manage topics."

Learn more