build
Here are 1,995 public repositories matching this topic...
-
Updated
Dec 22, 2021 - JavaScript
I have an existing Dockerfile that I'd like to use earthly with, but it requires a secret and I don't know how to provide that secret.
Let's say I have the following Dockerfile:
FROM busybox:latest
RUN --mount=type=secret,id=my_secret,target=/mount.txt \
cp /mount.txt /secret.txt
To build this I'd run
docker build . --secret id=my_secret,env=A_SECRET_IN_MY_ENV
I want t
This finalizer increases the cost of the object, but does not provide any value:
Both the finalizer and the Dispose(bool) method should be eliminated from this type.
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.
-
Updated
Jun 16, 2019 - CSS
Monorepo for tools developed by the Rush Stack community
-
Updated
Jan 5, 2022 - TypeScript
Some of the repos that we import has ".go" in the file path. eg. https://github.com/nats-io/nats.go.
When using packr v2 to build packr parses the folder path as a file and reports error ".../nats.go" is a directory.
The issue is in findAllGoFiles in jam/parser/finder.go
I am happy to raise a PR if you like
Modern, extensible Python project management
-
Updated
Jan 3, 2022 - Python
High-performance extensible build system for reproducible multi-language builds.
-
Updated
Jan 4, 2022 - Go
For example, if you set skip_tests=True then run on a python_test target:
./pants test src/python/pants/util/strutil_test.py
17:00:12.68 [WARN] No applicable files or targets matched. The `test` goal works with these target types:
* go_package
* junit_test
* python_test
* shunit2_test
However, you only specified files with these target types:
* python_test
P
-
Updated
Jan 4, 2022 - Vim script
A build automation tool written in PowerShell
-
Updated
Dec 23, 2021 - PowerShell
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
-
Updated
Jan 4, 2022 - Erlang
Software build automation tool for Python.
-
Updated
Nov 8, 2021 - Python
What version of Garble and Go are you using?
$ garble version v0.4.1-0.20210929123233-e7320ec9c034 $ go version go version go1.17.2 linux/amd64
What environment are you running Garble on?
Rust task runner and build tool.
-
Updated
Jan 3, 2022 - Rust
Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.
Currently, the only workaround is to run dune with -j 1 --no-buffer which is not ideal since it completely disables parallelism and also require a specific dune invocation.
Another ide
-
Updated
Jan 4, 2022 - JavaScript
Builder images and examples commonly used for Google Cloud Build
-
Updated
Dec 28, 2021 - Go
-
Updated
Jan 5, 2022 - TypeScript
Community-contributed images for Google Cloud Build
-
Updated
Dec 30, 2021 - Go
Angular build facade extensions (Jest and custom webpack configuration)
-
Updated
Dec 16, 2021 - TypeScript
Improve this page
Add a description, image, and links to the build topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the build topic, visit your repo's landing page and select "manage topics."


Description of the problem / feature request:
Bazel crashes due to an internal error when using a bzlmod registry that doesn't correctly specify a
bazel_registry.jsonfile. The stack-trace printed by Bazel when it crashes is included in the last section below.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
To demonstra