Skip to content

Avoid cross-compilation build failure#2944

Merged
justsmth merged 1 commit intoaws:mainfrom
justsmth:no-endian-msvc
Jan 21, 2026
Merged

Avoid cross-compilation build failure#2944
justsmth merged 1 commit intoaws:mainfrom
justsmth:no-endian-msvc

Conversation

@justsmth
Copy link
Copy Markdown
Contributor

@justsmth justsmth commented Jan 15, 2026

Issues:

Addresses aws/aws-lc-rs#1004

Description of changes:

When cross-compiling w/ MSVC via Wine on Linux (... yes, this appears to be possible ...), it might find an "endian.h" system include file on the host.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.53%. Comparing base (1494e78) to head (c4ff35e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2944      +/-   ##
==========================================
+ Coverage   78.21%   78.53%   +0.32%     
==========================================
  Files         690      690              
  Lines      118750   118751       +1     
  Branches    16680    16683       +3     
==========================================
+ Hits        92881    93266     +385     
+ Misses      24981    24597     -384     
  Partials      888      888              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@justsmth justsmth changed the title [DRAFT] Avoid cross-compilation build failure Avoid cross-compilation build failure Jan 15, 2026
@justsmth justsmth marked this pull request as ready for review January 15, 2026 17:22
@justsmth justsmth requested a review from a team as a code owner January 15, 2026 17:22
@justsmth justsmth merged commit 7824b9a into aws:main Jan 21, 2026
973 of 989 checks passed
@justsmth justsmth deleted the no-endian-msvc branch January 21, 2026 20:34
@justsmth justsmth mentioned this pull request Jan 21, 2026
justsmth added a commit that referenced this pull request Jan 22, 2026
### Description of changes: 
Prepare AWS-LC v1.67.0

#### What's Changed
* Migrate Wycheproof test vectors for ECDSA, RSA PKCS#1, and some more
by @sgmenda in #2887
* increase timeout for SDE tests by @sgmenda in
#2936
* Rename volatile state/memory to unique state/memory by @torben-hansen
in #2935
* Fix failing Windows Docker image build by @nhatnghiho in
#2931
* Service Indicator: Add error call trampoline to avoid delocator issue
by @jakemas in #2920
* Add support for Big Endian in ACVP tool by @samuel40791765 in
#2938
* AES-GCM: Add function pointer trampolines to avoid delocator issue by
@jakemas in #2919
* Use already defined macro for no inline by @torben-hansen in
#2942
* Remove Kyber completely by @torben-hansen in
#2941
* Windows 7 support by @justsmth in
#2940
* Import mldsa-native by @jakemas in
#2902
* Use existing session context if new is actually NULL by @torben-hansen
in #2946
* Integrate Wycheproof ML-KEM test vectors by @sgmenda in
#2891
* Avoid cross-compilation build failure by @justsmth in
#2944


By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants