Skip to content

Conversation

@csujedihy
Copy link
Collaborator

@csujedihy csujedihy commented Sep 15, 2023

Description

.NET builds msquic using the same script (script/build.ps1) that we use to build the project, which does not work well with their cross-compile method where a toolchain file is not used as reported in dotnet/msquic#149.

This PR allows empty toolchain file for cross-compile. So, we only use a default toolchain file for our own OneBranch/container builds.

Testing

Needs help from @wfurt to test it.

@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #3855 (db9d63a) into main (3b54185) will decrease coverage by 0.18%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3855      +/-   ##
==========================================
- Coverage   86.80%   86.62%   -0.18%     
==========================================
  Files          56       56              
  Lines       16693    16693              
==========================================
- Hits        14490    14461      -29     
- Misses       2203     2232      +29     

see 11 files with indirect coverage changes

Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for quick fix @csujedihy

@csujedihy csujedihy merged commit 998e558 into main Sep 15, 2023
@csujedihy csujedihy deleted the huanyi/build-toolchain-file branch September 15, 2023 21:54
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