Skip to content

Update WindowsBuild.md #32338

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 1 commit into from
Jun 12, 2020
Merged

Update WindowsBuild.md #32338

merged 1 commit into from
Jun 12, 2020

Conversation

compnerd
Copy link
Member

Clean up some of the windows recommendations. This is motivated by trying to setup a clean environment with @keith.

  • migrate from toolchain to llvm-project for the LLVM project
  • extract swift and cmark from the llvm-project directory structure
  • use the EXTERNAL_PROJECT and ENABLE_PROJECTS properly
  • convert artifact fetching to use a command line tool to fetch the URLs rather than manually using a browser

This now reflects the standard checkout layout more closely.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

Clean up some of the windows recommendations.  This is motivated by trying to setup a clean environment with @keith.

- migrate from `toolchain` to `llvm-project` for the LLVM project
- extract `swift` and `cmark` from the `llvm-project` directory structure
- use the `EXTERNAL_PROJECT` and `ENABLE_PROJECTS` properly
- convert artifact fetching to use a command line tool to fetch the URLs rather than manually using a browser

This now reflects the standard checkout layout more closely.
@compnerd
Copy link
Member Author

@swift-ci please smoke test

@compnerd compnerd merged commit e1ceab0 into master Jun 12, 2020
@compnerd compnerd deleted the compnerd-windows-layout branch June 12, 2020 14:48
- [libxml2](https://dev.azure.com/compnerd/swift-build/_build?definitionId=10&_a=summary)
- [zlib](https://dev.azure.com/compnerd/swift-build/_build?definitionId=16&_a=summary)
```
python -m pip install --user msrest azure-devops tabulate
Copy link
Member

Choose a reason for hiding this comment

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

FWIW python does nothing for me, I have to do `C:\Python27\python.exe

Copy link
Member Author

Choose a reason for hiding this comment

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

Ugh, okay, lets change that to C:\Python27\python.exe then; this is part of the problem - python needs to be by absolute path :-(.

@keith
Copy link
Member

keith commented Jun 12, 2020

Nice!

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