The Wayback Machine - https://web.archive.org/web/20211006094234/https://github.com/topics/build-system
Skip to content
#

build-system

Here are 489 public repositories matching this topic...

psigen
psigen commented Sep 6, 2021

Description of the problem / feature request:

glob throws an evaluation error when it detects an infinite recursion in a
directory 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

earthly
navi7
navi7 commented Sep 24, 2021

Enable importing of UDC's by relative import from current Earthfile.

Description
Let's say we have the following organization:

 ├── Earthfile  (root)
 ├── service1
 │   ├── Earthfile (A)
 └── service2
     ├── Earthfile (B)

And we would define an UDC in root Earthfile, for example:

TAG_SERVICE:
    COMMAND
    LOCALLY
    ARG service
    RUN docker tag $serv
tanyabouman
tanyabouman commented Apr 13, 2021

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.

Curate this topic

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."

Learn more