build-system
Here are 432 public repositories matching this topic...
Description of the problem / feature request:
The presence of a .bazelversion file that defines any non-matching version at the root of a directory structure prevents bazel from intepreting any commands in any subdirectory, including bazel version, help, info.
However, these are the commands needed to debug why .bazelversion is not satisfied, or to query non-build-related hel
Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
-
Updated
May 11, 2020 - Go
Bear is a tool that generates a compilation database for clang tooling.
-
Updated
Oct 28, 2020 - C++
Modern Make
-
Updated
Mar 2, 2020 - Go
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
-
Updated
Oct 8, 2020 - Python
Your shiny new Java/Scala build tool!
-
Updated
Oct 28, 2020 - Scala
Blade is a powerful build system from Tencent, support many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
-
Updated
Oct 26, 2020 - Python
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
High-performance extensible build system for reproducible multi-language builds.
-
Updated
Oct 28, 2020 - Go
A low-level build system, used by Xcode and the Swift Package Manager
-
Updated
Oct 28, 2020 - C++
Containerize your development and continuous integration environments.
-
Updated
Oct 13, 2020 - Rust
Kudu plugin
-
Updated
Oct 22, 2020 - Dockerfile
A curated list of Bazel rules, tooling and resources.
-
Updated
Oct 26, 2020
CMake.js - a Node.js native addon build tool
-
Updated
Jul 18, 2020 - JavaScript
A build tool for Erlang that just works.
-
Updated
Oct 26, 2020 - Makefile
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
-
Updated
May 28, 2018 - Scala
A build system that lets you clone, build and run C/C++ projects with a single command
-
Updated
Oct 8, 2020 - C
Tundra is a code build system that tries to be accurate and fast for incremental builds
-
Updated
Oct 22, 2020 - C
A cmake buildsystem for compiling Python
-
Updated
Oct 26, 2020 - CMake
-
Updated
Oct 29, 2020 - Makefile
The (Java|Coffee)Script and (CSS|Less) (Builder|Bundler|Packer|Minifier|Merger|Checker)
-
Updated
Mar 25, 2013 - CoffeeScript
Clang's scan-build re-implementation in python
-
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
B2 makes it easy to build C++ projects, everywhere.
-
Updated
Oct 23, 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."


I have been having conflict issues with incompatible versions of google plugins, and have pulled together as much information as I can find, I have removed the gradle plugin from pre Cordova 9
cordova-android-support-gradle-release@3.0.1 - removed now included in Cordova 9.+
and have added to mobile-config.js
App.setPreference('AndroidXEnabled', 'true', 'android');
App.setPreference('Gra