Build keeps stuck

Hi everyone I’m compiling opencv2 with CUDA extensions, and clearly it takes a long time, but the cloud build sometimes keeps stuck, and I do have 3 jobs with my compilation commit, how I can stop the job compilation from web?

Thank you! keep up the good work.

@CameronDiver maybe ^ ?

Hey @davidnet,

OpenCV is a heavy library to build, I’d recommend using a package manager version if possible. When you say the builder is getting stuck, what do you mean? Also what device type are you building for?

Currently there is no way to stop a build from the dashboard unfortunately.

Cameron