Skip to content

Add infrastructure to toolchain.cmake to allow repositories to use a custom C++ standard library implementation#14728

Merged
jkoritzinsky merged 1 commit intodotnet:mainfrom
jkoritzinsky:custom-stdlib-toolchain
Apr 20, 2024
Merged

Add infrastructure to toolchain.cmake to allow repositories to use a custom C++ standard library implementation#14728
jkoritzinsky merged 1 commit intodotnet:mainfrom
jkoritzinsky:custom-stdlib-toolchain

Conversation

@jkoritzinsky
Copy link
Member

As part of the discussion in dotnet/runtime#101088 and offline, we're strongly considering using a less "default" (but still supported) setup for our C++ standard library dependencies in dotnet/runtime to ensure we are using as little code from the Ubuntu 16.04 rootfs in our products as possible.

This PR provides the infrastructure for dotnet/runtime to reference a custom standard library that we insert into the rootfs as part of our docker image production.

@jkoritzinsky jkoritzinsky merged commit 6b1c554 into dotnet:main Apr 20, 2024
@jkoritzinsky jkoritzinsky deleted the custom-stdlib-toolchain branch April 20, 2024 02:21
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.

2 participants