这是indexloc提供的服务,不要输入任何密码
Skip to content

The percentage parsing for --concurrency=50% has been removed in 1.2.15, as a breaking change #1425

@VanTanev

Description

@VanTanev

What version of Turborepo are you using?

1.2.16

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

pnpm

What operating system are you using?

Linux

Describe the Bug

#873 added parsing of --concurrency=50% and the docs still reflect it: https://turborepo.org/docs/reference/command-line-reference#--concurrency

However, current versions of turbo fail with:

 ERROR  invalid argument "50%" for "--concurrency" flag: strconv.ParseInt: parsing "50%": invalid syntax

The breaking change was introduced in v1.2.15.

Expected Behavior

Expected to be able to parse --concurrency=50%

To Reproduce

turbo run build --concurrency=50%

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions