Skip to content

Windows 7 support for MinGW #1111

@daniel-starke

Description

@daniel-starke

Problem:

I have tried running aws-lc-rs (Rust) on Windows 7 after building it for the target x86_64-win7-windows-gnu. Unfortunately, the builder only understands the MSVC target in case of Windows 7. Hence, the executable exists via abort() here: https://github.com/aws/aws-lc/blob/9124e2b6746f07fa9abcbfb6dfe873fa0a38b226/crypto/rand_extra/windows.c#L66

See also: https://github.com/aws/aws-lc-rs/pull/1000/changes

Related: aws/aws-lc#1997

Solution:

Please adjust the builder to handle the x86_64-win7-windows-gnu target correctly as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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