forked from emscripten-core/emsdk
-
Notifications
You must be signed in to change notification settings - Fork 29
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/7.0-rc1] Workload changes and arcade update (#171) #172
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update arcade to 7.0.0-beta.22416.1 * Workload changes Co-authored-by: Larry Ewing <[email protected]>
lewing
requested review from
joeloff and
akoeplinger
and removed request for
joeloff
August 17, 2022 16:20
radical
changed the title
Workload changes and arcade update (#171)
[release/7.0-rc1] Workload changes and arcade update (#171)
Aug 17, 2022
@lewing note that we don't have the automatic release/7.0-rc1 -> release/7.0 merge bot here that runtime has. So either we need to set that up or make sure to manually merge/cherry-pick changes into release/7.0 |
lewing
added a commit
that referenced
this pull request
Aug 18, 2022
* Workload changes and arcade update (#171) (#172) * Update arcade to 7.0.0-beta.22416.1 * Workload changes Co-authored-by: Larry Ewing <[email protected]> Co-authored-by: Juan Hoyos <[email protected]> * [release/7.0-rc1] Make two manifests one for net7 and one for net6 in 7.0.100 sdk band (#163) * Here goes nothing * Update WorkloadManifest.json.in * Update WorkloadManifest.json.in * Try to fix up the multi-targeted build. This will likely need an arcade change to enable manifests withtout packs and an additional change once arcade is updated. * Update eng/emsdk.proj Co-authored-by: Alexander Köplinger <[email protected]> * Rename .pkgproj files * Update PackageVersionNet6 to 6.0.9 * Fix the location of the .net7 pkgproj Co-authored-by: Marc Paine <[email protected]> Co-authored-by: Ankit Jain <[email protected]> Co-authored-by: Alexander Köplinger <[email protected]> * [release/7.0-rc1] Shorten the name more (#174) * Shorten the name more * [release/7.0-rc1] Check nuget sizes and fix them (#175) * yml: Fail if nuget size exceeds 250MiB, on linux, and macos * Fix the case for no errors * Remove unused binaries Co-authored-by: Ankit Jain <[email protected]> * Add PowerShell-based NuGet size check script and use it on Windows (#176) * Add PowerShell-based NuGet size check script and use it on Windows * Update azure-pipelines.yml Co-authored-by: Juan Hoyos <[email protected]> Co-authored-by: Marc Paine <[email protected]> Co-authored-by: Ankit Jain <[email protected]> Co-authored-by: Alexander Köplinger <[email protected]>
lewing
added a commit
that referenced
this pull request
Aug 22, 2022
* Workload changes and arcade update (#171) (#172) * Update arcade to 7.0.0-beta.22416.1 * Workload changes Co-authored-by: Larry Ewing <[email protected]> Co-authored-by: Juan Hoyos <[email protected]> * [release/7.0-rc1] Make two manifests one for net7 and one for net6 in 7.0.100 sdk band (#163) * Here goes nothing * Update WorkloadManifest.json.in * Update WorkloadManifest.json.in * Try to fix up the multi-targeted build. This will likely need an arcade change to enable manifests withtout packs and an additional change once arcade is updated. * Update eng/emsdk.proj Co-authored-by: Alexander Köplinger <[email protected]> * Rename .pkgproj files * Update PackageVersionNet6 to 6.0.9 * Fix the location of the .net7 pkgproj Co-authored-by: Marc Paine <[email protected]> Co-authored-by: Ankit Jain <[email protected]> Co-authored-by: Alexander Köplinger <[email protected]> * [release/7.0-rc1] Shorten the name more (#174) * Shorten the name more * [release/7.0-rc1] Check nuget sizes and fix them (#175) * yml: Fail if nuget size exceeds 250MiB, on linux, and macos * Fix the case for no errors * Remove unused binaries Co-authored-by: Ankit Jain <[email protected]> * Add PowerShell-based NuGet size check script and use it on Windows (#176) * Add PowerShell-based NuGet size check script and use it on Windows * Update azure-pipelines.yml * Roll back 6.0.x to 6.0.8 so that packages exist (#177) * Revert "Roll back 6.0.x to 6.0.8 so that packages exist (#177)" (#178) This reverts commit b7a5ae2. * make a 6.0.4 build (#180) * Revert "make a 6.0.4 build (#180)" (#181) This reverts commit eb3232e. * [release/7.0] Update arcade to 7.0.0-beta.22418.4 (#182) * WorkloadManifest.targets: fix condition (#183) Co-authored-by: Juan Hoyos <[email protected]> Co-authored-by: Marc Paine <[email protected]> Co-authored-by: Ankit Jain <[email protected]> Co-authored-by: Alexander Köplinger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update arcade to 7.0.0-beta.22416.1
Workload changes
Co-authored-by: Larry Ewing [email protected]