-
Notifications
You must be signed in to change notification settings - Fork 3
Added PS script to build cloudbase-init from sources #1
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
base: master
Are you sure you want to change the base?
Conversation
22c0df6 to
64f6096
Compare
Change-Id: I3750d5777abf8d2f56d98c20232801ed647d1aab
64f6096 to
8371520
Compare
Change-Id: Ia34a098908a81063c83a836fab0d3663a0a8d931
Change-Id: If6c4e3eafab29983c30363495942d6a9d36a5f5e
Change-Id: I13c49a427139df06f216237266a42d19a26c4c96
Change-Id: Ic979742ae1df4cdb3a0cc4c3b474de0a40d175ee
Change-Id: I88f24a8298565d07eb08cc4c4726d9434f5c18c7
Change-Id: I399e91d0e10b4893a0ce9ec7ff6b07db93e5a1e1
e022773 to
9c462c0
Compare
Change-Id: I084da34a607f92416cce4b25c3ae822141c5a9ad
Change-Id: I41f4d636252cbd31bba27b9c870e4b06398bc297
Change-Id: Ie74e47faa23656fedbfb28f811a418eabfa06a83
Change-Id: I3bd7ff072c0d5fa0346f32bfc0bd1661e45fa286
Change-Id: I30354f3e58a0adbc3ee0fdff72f2cc6c0830eacf
Change-Id: I34a3c605443c64107fc4199abf63145a7654cf3a
Change-Id: I005f3a664f11a7a47e083151a8ce6cb72fbb9bb6
Change-Id: I8a13671953c3c26c55fa780e705ae3d9b7463442
8607498 to
1cb3a43
Compare
Change-Id: I6cbfa933ae692241e7cd25fadabd7faa83807dcc
Change-Id: Ida2175a477fee7f1b4d6db7ceaa1bcd7edf85355
Change-Id: Ie9005ed14e0301cc0431e43da78cda5a0efe724b
Change-Id: Icd7de2a5d9f8bc001d9206574724df049de2a075
Change-Id: I4d017ff3e6b549445cb0cf27a672dce9969acb3f
Change-Id: I5c61d1919de5b6fa78ba6bd963337e4bfc17b753
460360c to
e15079c
Compare
scripts/Readme.md
Outdated
| @@ -0,0 +1,63 @@ | |||
| ### Requirements ### | |||
|
|
|||
| #### Clean Windows Server 2016 /2019 or Windows 10 install with latest updates | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: missing space after /
| VS 2015 Download link (you need to be logged in to access it): https://download.my.visualstudio.com/db/en_visual_studio_community_2015_with_update_1_x86_x64_web_installer_8234321.exe | ||
| If you prefer to not build pywin32, Visual Studio 2017 / 2019 can be used too. | ||
| Reboot after VS installation is complete. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7-zip is also needed
|
|
||
|
|
||
| ```powershell | ||
| # full command line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd put the full command line after the other basic examples
Change-Id: I17fdf4d88b4b847f21468027528fb2beefe8c047
| param( | ||
| $Version="14.0", | ||
| $Platform="x86_amd64" | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs another param e.g. $WinsdkVersion="8.1"
|
|
||
| Push-Location "$ENV:ProgramFiles (x86)\Microsoft Visual Studio ${Version}\VC\" | ||
| try { | ||
| cmd /c "vcvarsall.bat $platform & set" | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cmd /c "vcvarsall.bat $Platform $WinsdkVersion & set"
Removed Embedded python install
Change-Id: I4703b2c41ac071de82096c22fac8d6211cfcb38b
Change-Id: I962c304f89dd346a7216c546bfc39d3575d31374
Change-Id: Ia4c8719490b7b3986b9113955dcf41136e432663
Change-Id: I3750d5777abf8d2f56d98c20232801ed647d1aab