Skip to content

Rake Task Fails When pthread Is Configured as a :release Library #1169

Description

@shutaozhenzhen

Not sure if this is expected behavior:

:libraries:
:release:
- "pthread"

will cause the rake task to fail
I changed it to

:libraries:
:system:
- "pthread"

and it works fine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions