Skip to content

Failing tests when extra RUSTFLAGS are set #515

@Kladki

Description

@Kladki

When attempting to build the two most recent releases, the compile::tests::test_workspace_project1 and compile::tests::test_project_dev tests fail because they expect the RUSTFLAGS env variable to be set to exactly --cfg erase_components, so when Alpine Linux builders add extra flags like -Clink-arg=-Wl,-z,pack-relative-relocs the tests fail. Ideally, the tests would only check if the RUSTFLAG contain --cfg erase_components, rather than having to match them exactly.

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