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.
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 viaabort()here: https://github.com/aws/aws-lc/blob/9124e2b6746f07fa9abcbfb6dfe873fa0a38b226/crypto/rand_extra/windows.c#L66See 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-gnutarget correctly as well.