-
Notifications
You must be signed in to change notification settings - Fork 43
[Packaging] Add No-asserts toolchain to setup #425
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
Draft
mhegazy
wants to merge
27
commits into
swiftlang:main
Choose a base branch
from
mhegazy:no-asserts-poc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 17 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5ffba7e
Add option to install no-assert toolchain variant to installer ui
mhegazy 61d6312
Split cli.msi into two msi's by variant
mhegazy dab2c7a
Install cli.noassert files to noassert directory layout
mhegazy 6d43ed4
Pull cli.noassert files from the noaassert build output directory whe…
mhegazy 9d10e4a
Split dbg.msi into two separate msi's by variant
mhegazy e97f514
Install dbg.noassert files to the noassert toolchain folder structure
mhegazy ba99d51
Pull dbg.noassert files from the noassert toolchain output folder whe…
mhegazy f3be6a7
Split ide.msi into two separate msi's by variant
mhegazy cf8f5f1
Install ide.noasserts files to the noassert toolchain folder
mhegazy 92426da
Pull ide.noasserts.msi files from the noasserts toolchain output when…
mhegazy 26bc1ef
Split bld.msi into two separate msi's based on variant
mhegazy 4d78a33
Install bld.noassert.msi files to the noassert toolchain folders
mhegazy 15d0085
Pull bld.noasserts.msi files from the noasserts output folder when av…
mhegazy 4e76e5a
Make product names for noasserts msi uniform
mhegazy c8994cb
Only build the noasserts msi's if the INCLUDE_NOASSERTS property is set
mhegazy 979dcc8
Only allow choosing variants if we are building with IncludeNoAsserts
mhegazy 0ad2570
Set PATH env var for no-asserts toolchain if it is the only variant i…
mhegazy 2dd961b
Change names of upgradeCodes and localization strings to reflect variant
mhegazy 7daeb98
Add variant in product names
mhegazy 5a02a68
Use variant-free names for UI for feature selection
mhegazy 2ab0301
Use Asserts/NoAsserts uniformly in all Product Names
mhegazy c50c40e
Pass in an array of ToolchainVariants as input to the installer isnte…
mhegazy eae9891
Switch variable name casing
mhegazy 4aba9d4
Fix file names with extra dot
mhegazy 3846721
Use Install instead of Include
mhegazy c942d44
Fix typo
mhegazy 2e5dfdb
Use condition correctelly in proj file
mhegazy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
<?define ToolchainRoot = $(ImageRoot)\Toolchains\$(ProductVersion)+Asserts?> | ||
<?define ToolchainVariantRoot = $(ToolchainRoot)?> | ||
<?define VariantSuffix ?> | ||
<?define VariantUpgradeCode = $(BldUpgradeCode)?> | ||
<?define VariantProductName = !(loc.Bld_ProductName)?> | ||
<?define VariantCabName = bld.asserts.cab?> | ||
<?define VariantEnvironmentComponentGUID = ab52b870-23ee-42e8-9581-3fcbdfb9228c?> | ||
|
||
<?include ../bld.wxi ?> | ||
</Wix> |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.