Build Error: Removing a package with build error from the build

I have been trying to build a version 34 project as a “test”.
In “Build Status” I see packages that failed. How do I remove these failing packages from the build? I seem to be able to add yet more packages, am not delete any packages except those that built successfully the last time!

For example, I don’t really need Tk-LCD. I don’t want to fix it, I want just forget it.

Looking for help with this package that is failing to build in my project.

Runtime Details

  • ActiveState
  • Language - perl 5.34.0
  • Platform - Windows

Failing Packages

  • Tk-LCD 1.3

It looks like you found how to do that.

Tk-LCD was not in your list of specified modules, so it was getting pulled in as a mandatory dependency of something you did ask for. If a dependency will not build, the way to remove it is to remove the item that needs it.

1 Like