Skip to content

Updating FAQ to reflect changes in pixi #141

Description

@faseelmo

In the latest pixi verson, the [system-requirements] is deprecated and instead virtual packages per platform needs to be described. See here.

As such maybe the last question in the FAQ needs updating to reflect these changes.

It would change from

[system-requirements]
libc = { family = "glibc", version = "2.31" }

to

[workspace]
platforms = [
    { name="robot", platform = "linux-64", glibc = "2.31"}
]

I'm happy to create a PR for this but I was wondering if the existing method in the FAQ should be left in the documentation?

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