build
Here are 1,977 public repositories matching this topic...
-
Updated
Nov 25, 2021 - JavaScript
This would be useful for referencing the docker setup script to make an image suitable for use WITH DOCKER, e.g. DO github.com/earthly/lib:$EARTHLY_VERSION+INSTALL_DIND
An interesting one, gotten from hitting Ctrl-C during a build of dotnet/runtime using 6.0.100-rc.2.21505.57
This line
https://github.com/dotnet/msbuild/blob/a59d7a533c9154e8aa99b823625e7eff199ddf1a/src/Tasks/Copy.cs#L588
should perhaps be
if (!partitionAccepted && !CancellationToken.IsCancellationRequested)Build FAILED.
C:\git\runtime\.dotnet\sdk\6.0.100
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.
-
Updated
Jun 16, 2019 - CSS
-
Updated
Dec 3, 2021 - 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
-
Updated
Dec 2, 2021 - Go
Currently, you set a test timeout like this:
python_test(timeout=5)The number represents seconds, but that's not obvious from the BUILD file. Compare to:
python_test(timeout="5s")
python_test(timeout="2.5m")Not only is this more explicit, allowing m for minutes is more flexible. "2m" is easier to read than 120. In Slack, we got 5 votes in favor
-
Updated
Mar 29, 2021 - Vim script
-
Updated
Nov 30, 2021 - Erlang
-
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?
-
Updated
Dec 1, 2021 - 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
Dec 2, 2021 - JavaScript
-
Updated
Nov 23, 2021 - Go
-
Updated
Nov 29, 2021 - Go
-
Updated
Dec 1, 2021 - TypeScript
-
Updated
Oct 16, 2021 - Shell
-
Updated
Dec 1, 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:
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