-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[vcpkg] Allow CI to pass in all relevant directories and remove use of symbolic links #11483
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b52088b
Plumb passing around filesystem the right way.
BillyONeal 9b069d5
Add parameter parsing for all the extra directories we want to allow …
BillyONeal 70b504d
Rename variables of VcpkgCmdArguments to have correct underscores for…
BillyONeal b0263df
Always use display_usage for options printing. (This is duplicating s…
BillyONeal 4985a00
Promote the help table formatter to vcpkgcommandarguments, since that…
BillyONeal bbd092a
Restore blank lines from the old form.
BillyONeal ef50bf4
Reduce target width to 100 characters (from 120)
BillyONeal b995291
Move all filesystem bits into VcpkgPaths::VcpkgPaths and wire up all …
BillyONeal 49de97a
Plumb some of these directories though vcpkg_configure_cmake.
BillyONeal 7d3b67f
Hook up Linux CI without symlinks.
BillyONeal e9b9692
Hook up Windows CI without symlinks.
BillyONeal b1e90b2
Hook up MacOS CI without symlinks.
BillyONeal 54d3627
Ignore when the directories already exist for Linux.
BillyONeal 871029d
Fix failure log uploading.
BillyONeal ca3e7c9
Fix msbuild projects that USE_VCPKG_INTEGRATION
BillyONeal 82821ac
Fix ports improperly naming ${VCPKG_ROOT_DIR}/installed
BillyONeal fc04a0f
Fix powershell syntax error.
BillyONeal 99744c6
Go back to invoking directly as the encoding problem hasn't recurred …
BillyONeal c5f6722
Don't bother saying System.DefaultWorkingDirectory because that's CWD.
BillyONeal be897cd
Add temporary disk comments.
BillyONeal 8b953c6
Avoid double u8path as requested by Nicole in code review.
BillyONeal 38ebb0f
Fix places that were double-adding the triplet.
BillyONeal 6176238
PowerShell still hates me.
BillyONeal 5004548
Merge remote-tracking branch 'origin/master' into directories
BillyONeal fd6d850
Fix parse_switch calls.
BillyONeal a1a89f2
Fix MSBuild variable name.
BillyONeal 4ee716e
Be less SHOUTY_SNAKES
BillyONeal e700138
Merge remote-tracking branch 'origin/master' into directories
BillyONeal 04685e8
Bump version number on edited packages.
BillyONeal 1df9751
Defend against no trailing slash of VcpkgRoot and VcpkgCurrentInstall…
BillyONeal 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
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Source: shiva-sfml | ||
| Version: 1.0 | ||
| Version: 1.0-1 | ||
| Description: shiva-sfml plugins of shiva C++ engine | ||
| Build-Depends: sfml (windows), shiva |
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 |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| Source: spirv-tools | ||
| Version: 2020.1 | ||
| Version: 2020.1-1 | ||
| Homepage: https://github.com/KhronosGroup/SPIRV-Tools | ||
| Description: API and commands for processing SPIR-V modules | ||
| Build-Depends: spirv-headers |
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 was deleted.
Oops, something went wrong.
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
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.