-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test more windows targets #452
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #452 +/- ##
==========================================
- Coverage 95.80% 92.83% -2.97%
==========================================
Files 61 62 +1
Lines 8143 8626 +483
Branches 0 8626 +8626
==========================================
+ Hits 7801 8008 +207
- Misses 342 362 +20
- Partials 0 256 +256 ☔ View full report in Codecov by Sentry. |
7022c42
to
0107064
Compare
37884d0
to
21cc839
Compare
21cc839
to
7a8297e
Compare
e37c74e
to
e41924b
Compare
4d39048
to
e62fc09
Compare
a39cb36
to
ff94714
Compare
It appears that the symbols provided by the assembly code are not getting prefixed:
|
c297c02
to
fc8178a
Compare
I was missing the required include directory when building the assembly files. I think I'm closing in on the solution now. |
74568cf
to
f2dca65
Compare
### Issues: * Addresses: aws/aws-lc-rs#453 ### Description of changes: * When building for Windows/ARM64 with the "Visual Studio" generator (instead of Ninja) the "*.S" assembly source files for libraries are ignored. * This change provides a custom command to assemble the require objects files and adds them to the list of sources for the library. ### Call-outs: * See related aws-lc-rs PR: aws/aws-lc-rs#452 ### Testing * I've added CI tests to build for Windows using the "Visual Studio" generator. 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.
f2dca65
to
77346d8
Compare
506eb4e
to
433dbc2
Compare
433dbc2
to
eff8249
Compare
Description of changes:
static_crt
for our build. See: Linkage error when cross-compiling foraarch64-pc-windows-msvc
#453By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.