tulsi icon indicating copy to clipboard operation
tulsi copied to clipboard

Build doesn't stop immediately when the user cancels the build

Open thii opened this issue 4 years ago • 2 comments

Tulsi tries to gracefully exit on SIGINT it receives from Xcode when the user stop the build. This oftentimes makes the next build stuck at waiting for the previous build to finish, when the user starts a new build right after canceling a build.

thii avatar Mar 27 '20 01:03 thii

What issues are you seeing here? What is making the new build stuck?

DavidGoldman avatar Mar 27 '20 14:03 DavidGoldman

I saw a "Another command is running. Waiting for it to complete on the server..." for a second, then it stuck at at the "Running /path/to/bazel build ...".

It seemed easier to reproduce if you cancel the build when it's in the middle of building a swift_library target.

thii avatar Mar 30 '20 11:03 thii

Thanks for submitting this issue but this tool is being deprecated. Please checkout rules_xcodeproj for a more complete and maintained Xcode integration.

keith avatar Feb 15 '23 17:02 keith