Skip to content
#

build-system

Here are 551 public repositories matching this topic...

holmrenser
holmrenser commented Jan 6, 2022

I'm on a 14" macbook M1 pro and get the following error when trying to run a freshly downloaded/installed meteor 2.5.3:

Error: Only 64-bit Intel and M1 processors are supported on OS X

From the blogpost announcing meteor 2.5.1 I would expect meteor to work on my machine.
Given that I'm on an M1, the er

confirmed Impact:few good first issue Project:Apple
digit-google
digit-google commented Jul 1, 2022

Description of the feature request:

BlzMod will soon allow native.local_repository() and native.new_local_repository() to be called from module extension implementation functions (see issue 15412).

This feature request is to add new optional arguments to new_local_repository() to generate MODULE.bazel files, in addition to BUILD.bazel and WORKSPACE.bazel ones.

e.g. module_file and `m

type: feature request P2 good first issue team-ExternalDeps
weyert
weyert commented May 23, 2022

What version of Turborepo are you using?

1.2.11

What package manager are you using / does the bug impact?

pnpm

What operating system are you using?

Mac

Describe the Bug

In the past JSON5 support was added to turbo.json but adding // comment now breaks with:

error unmarshalling invalid character '/' looking for beginning of object key string
ERROR  turbo.json: in
kind: bug good first issue
earthly
style-dictionary
custa1200
custa1200 commented Oct 7, 2019

One of the consumers of our system uses curly braces for content replacement in strings.

Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.

I have tried a number of ways to escape the braces with no luck

Other languages and templating systems seem to use the concept of using double curly b

moon
milesj
milesj commented Jul 8, 2022
  • Add $projectType, $taskType, and $language tokens.
  • Add actionRunner.implicitInputs to .moon/workspace.yml. These inputs are then inherited by all tasks automatically.
  • Add --type and --language filters to moon query projects.
  • Add moon dep-graph command.
  • moonrepo/moon#144

Investigate

  • Refactor our project g
enhancement good first issue

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