-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
New Windows makefile (winmake.ps1) targets and Windows build documentation update #22913
New Windows makefile (winmake.ps1) targets and Windows build documentation update #22913
Conversation
LGTM |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: l0rd, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
Nice job! A few docs comments to start
Add the following targets in winmake.ps1: - `installer`: builds the Windows installer - `docs`: builds the documentation HTML pages - `validatepr`: runs the Linux Makefile `.valiatepr` target using podman. - `lint`: faster validation that runs linter locally Update of `build_windows.md`: - removed every reference to the MSYS2 platform - added instructions to build the installer and linters Fix containers#21821 and containers#21911 Signed-off-by: Mario Loriedo <[email protected]>
6cb488b
to
dcec81e
Compare
Thank you @ashley-cui for your review. Based on your feedback, I have made some changes and fixed the language and formatting of the documentation file. |
Docs LGTM! I can hop on windows this afternoon and test the winmake targets. |
/lgtm |
Add the following targets in winmake.ps1:
installer
: builds the Windows installerdocs
: builds the documentation HTML pagesvalidatepr
: runs the Linux Makefile.valiatepr
target using podman.lint
: faster validation that runs linter locallyUpdate of
build_windows.md
:Fix #21821 and #21911
Does this PR introduce a user-facing change?