Skip to content
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

build: bail early if clean is invoked #2127

Closed
wants to merge 1 commit into from

Conversation

jbergstroem
Copy link
Member

On windows, there's no need to continue with the msbuild process (signing, whatnot) when we only want to clean the project.

/R=@nodejs/build

On windows, there's no need to continue with the msbuild process
(signing, whatnot) when we only want to clean the project.
@jbergstroem
Copy link
Member Author

..suggesting we invoke make clean and vcbuild.bat clean as part of shutting down a job in jenkins. Will help us with situations where build slaves runs into out of disk situations.

@Fishrock123 Fishrock123 added the build Issues and PRs related to build files or the CI. label Jul 8, 2015
@orangemocha
Copy link
Contributor

LGTM

@jbergstroem jbergstroem added the windows Issues and PRs related to the Windows platform. label Jul 9, 2015
jbergstroem added a commit that referenced this pull request Jul 10, 2015
On windows, there's no need to continue with the msbuild process
(signing, whatnot) when we only want to clean the project.

PR-URL: #2127
Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
@jbergstroem
Copy link
Member Author

Merged in 47e2c5c. Thanks for the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants