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

[release/8.0] Resolve x64 libc++ being included with linux-arm64 to browser-wasm cross-compiler #93070

Merged
merged 3 commits into from
Oct 6, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 5, 2023

Backport of #93027 to release/8.0

/cc @directhex

Customer Impact

As-is, AOT of browser-wasm workloads on linux-arm64 will fail unless a sufficiently new OS-provided build of libc++ is installed. This patch mitigates that need.

Testing

Internal build on main in https://dev.azure.com/dnceng/internal/_build/results?buildId=2283866&view=results

Risk

…wasm cross-compilers, due to incorrect assumption that the build architecture should be used for wasm cases. Closes: #93015
@directhex directhex changed the title [release/8.0] Try to resolve x64 libc++ being included with linux-arm64 [release/8.0] Resolve x64 libc++ being included with linux-arm64 to browser-wasm cross-compiler Oct 5, 2023
@marek-safar marek-safar added this to the 8.0.0 milestone Oct 5, 2023
@steveisok steveisok added the Servicing-consider Issue for next servicing release review label Oct 5, 2023
@steveisok steveisok added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Oct 6, 2023
@carlossanlop carlossanlop merged commit b17a34c into release/8.0 Oct 6, 2023
98 of 99 checks passed
@carlossanlop carlossanlop deleted the backport/pr-93027-to-release/8.0 branch October 6, 2023 19:06
@ghost ghost locked as resolved and limited conversation to collaborators Nov 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Build-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants