Skip to content
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

make platform truly configurable, and add arm64 where missing #685

Merged
merged 4 commits into from
Sep 18, 2024

Conversation

mtfriesen
Copy link
Contributor

@mtfriesen mtfriesen commented Sep 18, 2024

Description

Describe the purpose of and changes within this Pull Request.

Make all the script and project files use configurable platforms, while still defaulting to x64.

Also fix a regression from #660 where ASAN accidentally stopped using ASAN, and try to detect similar CI failures in the future.

N.B. ASAN is not yet supported for arm64 in Visual Studio, so exclude that project's arm64 platform from the solution.

Testing

Do any existing tests cover this change? Are new tests needed?
CI.

Documentation

Is there any documentation impact for this change?
Nope. We still don't build/test/support arm64.

Installation

Is there any installer impact for this change?
No.

@mtfriesen mtfriesen requested a review from a team as a code owner September 18, 2024 16:18
@mtfriesen mtfriesen added build Related to building/compiling the code github_actions Pull requests that update GitHub Actions code labels Sep 18, 2024
@mtfriesen mtfriesen merged commit ec0282f into main Sep 18, 2024
31 checks passed
@mtfriesen mtfriesen deleted the mtfriesen/configurable_platform branch September 18, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to building/compiling the code github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants