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

Add wasi-wasm in icu package #309

Merged
merged 2 commits into from
Jan 27, 2023

Conversation

mkhamoyan
Copy link

@mkhamoyan mkhamoyan commented Jan 27, 2023

Contributes to dotnet/runtime#65895

Added wasi-wasm into icu package
Missing part in #307

<File Condition="'$(OverrideBundledDatFiles)' == 'true'" Include="$(RepoRoot)\artifacts\bin\icu-browser-wasm\*.dat" TargetPath="runtimes\browser-wasm$(ExtraPackageName)\native\lib\%(Filename).dat" SkipPackageFileCheck="true" />
</ItemGroup>

<!-- Wasi -->
<ItemGroup Condition="'$(AddAllTargetOSToPackage)' == 'true' or '$(PackageRID)' == 'wasi-wasm'">
<File Include="$(RepoRoot)\artifacts\bin\icu-wasi-wasm\emscripten-version.txt" TargetPath="runtimes\wasi-wasm\%(Filename)%(Extension)" SkipPackageFileCheck="true" />
Copy link
Member

Choose a reason for hiding this comment

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

emscripten-version.txt doesn't make sense for wasi. I expect the file isn't even there for a wasi build

Copy link
Author

Choose a reason for hiding this comment

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

yes shouldn't be there, removed.

@mkhamoyan mkhamoyan marked this pull request as ready for review January 27, 2023 12:15
@mkhamoyan mkhamoyan merged commit bbece39 into dotnet:dotnet/main Jan 27, 2023
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