Skip to content

Add strict mode for package_contents tests #1258

Description

@pavelzw

As discussed in conda/ceps#57 (comment), conda/ceps#84, it would be nice if rattler-build supported a strict mode for package contents tests.

Under the strict mode, any non-matched files or any missing files would trigger an error.

The strict mode could look like:

package_contents:
  strict: true / false (default to false)
  files:
    - include/xtensor/*

With this example, any extra files would error.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions