build
Here are 1,933 public repositories matching this topic...
-
Updated
Oct 14, 2021 - JavaScript
FROM alpine:3.12
foo:
ARG file
RUN ls $file
all:
BUILD +foo --file=/this-should-fail --file=/this-should-fail-also-fail
$ earthly -i +all
buildkitd | Found buildkit daemon as docker container (earthly-buildkitd)
alpine:3.12 | --> Load metadata linux/amd64
+base | --> FROM alpine:3.12
+base | [██████████]
These are new in .NET 5.0: https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem?view=net-5.0
They expose methods for all the common operating systems like OperatingSystem.IsWindows() but also still support the API where you pass in a string: OperatingSystem.IsOSPlatform(string platform).
The new APIs are easier to understand so we should consider exposing them.
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
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
Monorepo for tools developed by the Rush Stack community
-
Updated
Oct 18, 2021 - TypeScript
High-performance extensible build system for reproducible multi-language builds.
-
Updated
Oct 19, 2021 - Go
Labeling subsystems with their backends would make it clearer which backends needed to be enabled in order to activate certain features. It would also make it safe(r) to render experimental backends on the docsite.
Relates to #8992.
-
Updated
Mar 29, 2021 - Vim script
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
-
Updated
Oct 15, 2021 - Erlang
Software build automation tool for Python.
-
Updated
Oct 17, 2021 - Python
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
Rust task runner and build tool.
-
Updated
Oct 17, 2021 - Rust
-
Updated
Oct 19, 2021 - JavaScript
Builder images and examples commonly used for Google Cloud Build
-
Updated
Oct 15, 2021 - Go
Community-contributed images for Google Cloud Build
-
Updated
Oct 5, 2021 - Go
Angular build facade extensions (Jest and custom webpack configuration)
-
Updated
Sep 30, 2021 - TypeScript
-
Updated
Oct 16, 2021 - Shell
Kudu plugin
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:
globthrows an evaluation error when it detects an infinite recursion in adirectory traversal. However, it detects this recursion even if the specific
subpath leading to that recursion is excluded via the
exclude=[]argument.This means that recursive symlinks cannot be ignored in glob expressions,
even if they occur in subtrees that