-
Updated
Dec 4, 2020 - JavaScript
build-system
Here are 434 public repositories matching this topic...
-
Updated
Nov 11, 2020 - Go
-
Updated
Dec 7, 2020 - C++
-
Updated
Mar 2, 2020 - Go
-
Updated
Nov 4, 2020 - Python
-
Updated
Nov 27, 2020 - Python
-
Updated
Dec 7, 2020 - Scala
We noticed that we have some common patterns for common conflicts/duplicate resolution in our monorepo across different binaries.
Like
deploy_jar_rules=jar_rules(rules=[
Duplicate('^BUILD', Duplicate.SKIP),
Duplicate('^META-INF/ASL2.0', Duplicate.SKIP),
Duplicate('^META-INF/INDEX.LIST', Duplicate.SKIP),
Duplicate('^META-INF/io.netty.versions.properties', Duplicate.SKIP
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
-
Updated
Dec 7, 2020 - Go
-
Updated
Dec 6, 2020 - C++
-
Updated
Nov 3, 2020 - Rust
Kudu plugin
-
Updated
Oct 22, 2020 - Dockerfile
-
Updated
Dec 7, 2020
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Dec 7, 2020 - Makefile
-
Updated
May 28, 2018 - Scala
-
Updated
Nov 25, 2020 - C
-
Updated
Oct 22, 2020 - C
-
Updated
Nov 21, 2020 - CMake
-
Updated
Dec 7, 2020 - Makefile
-
Updated
Mar 25, 2013 - CoffeeScript
-
Updated
Mar 3, 2020 - Python
Is your feature request related to a problem? Please describe.
Running any bazel build command on a fresh system with no Python, within a workspace that uses rules_haskell, will eventually yield an error of the form:
Repository rule _config_python3_toolchain defined at:
/root/.cache/bazel/_bazel_root/abad448bf464eefeaf2734c3cc8cdd46/external/rules_haskell/haskell/ghc_bindist.bzl:59
-
Updated
Dec 3, 2020 - Python
Improve this page
Add a description, image, and links to the build-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build-system 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