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
mariusvniekerk
mariusvniekerk commented Sep 28, 2021

Presently it is not easily possible to know what the host os/platform is. This is particularly importatnt when working on a machine like an m1 macbook that tends to run lots of portions under emulation.

For example you may want to do something like the following (mostly to avoid golang crashing instant under qemu)

go-cross-amd64:
    FROM --platform=linux/${HOST_PLATFORM} golang:1.17.
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