build-system
Here are 468 public repositories matching this topic...
Description of the problem / feature request:
When overriding the copts and linkopts build configuration with None values in a transition, Bazel crashes with a NullPointerException.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
def _my_transition_impl(settings, attr):
return {
"//command_line_-
Updated
May 14, 2021 - Go
-
Updated
May 25, 2021 - C++
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
May 28, 2021 - Go
-
Updated
May 27, 2021 - Python
-
Updated
Mar 2, 2020 - Go
Right now it fails in all sorts of subtle ways relating to failures to resolve requirements and picking weird interpreters (e.g., due to the issue explained in pantsbuild/pex#957).
It hypothetically possible to build lambdas on MacOS if all transitive requirements have prebuilt linux wheels, but that is too narrow a case to support, and it's subtle and tricky to get ri
-
Updated
May 28, 2021 - Scala
-
Updated
Nov 4, 2020 - Python
-
Updated
May 29, 2021 - C++
-
Updated
May 16, 2021 - Rust
Kudu plugin
-
Updated
May 20, 2021
-
Updated
Mar 15, 2021 - Dockerfile
-
Updated
May 17, 2021 - JavaScript
-
Updated
Mar 29, 2021 - Makefile
-
Updated
May 28, 2018 - Scala
-
Updated
Mar 24, 2021 - C
fpm git~master started displaying GNU' ar Copyright notice on build, run and install subcommands.
Example output:
C:\Temp>fpm new test222
+ mkdir test222
+ cd test222
+ mkdir test222\src
+ mkdir test222\app
+ mkdir test222\test
+ git init test222
Initialized empty Git repository in C:/Temp/test222/.git/
C:\Temp>cd test222
C:\Temp\test222>fpm build
+ mkdir build\depe
-
Updated
Apr 21, 2021 - C
-
Updated
May 26, 2021 - CMake
-
Updated
May 14, 2021 - Makefile
-
Updated
May 17, 2021 - Python
Describe the bug
When using the libs/ source layout, repeating the same filename between multiple submodules causes dds to quietly compile overwrite the .o file for one of the files.
From what I can tell, the pitchfork layout does not require that the
-
Updated
Mar 25, 2013 - CoffeeScript
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
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."
meteor build ../youcordovabuild --directory
"Supply the server hostname and port in the --server option for mobile app builds."
optional ROOT_URL with cordova build
load default ROOT_URL with localStorage, fallback to built one if not