Skip to content

Overlinking against packages without shared objects #1949

@baszalmstra

Description

@baszalmstra

When building a recipe which contains a package without shared objects rattler-build will still complain that the package is overlinked.

The following recipe shows this problem

package:
  name: test
  version: "0.1.0"

requirements:
  run:
    - pixi-build-api-version ==2

pixi-build-api-version is an empty package (its a mutex package).

When building this package with:

rattler-build build --recipe recipe.yaml

you will get the warning:

warning Overdepending against pixi-build-api-version

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions