-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm working on a wails project, and I haven't been able to get the package building as a repo in please.
Wails has a lot going on, here's my attempt at making a repo:
go_repo(
name = "wails",
module = "github.com/wailsapp/wails/v2",
version="latest",
install = [
"cmd/wails",
"cmd/wails/internal",
"cmd/wails/internal/template",
"cmd/wails/internal/template/base",
"cmd/wails/flags",
],
)
my source with inferred wails deps
When I try to build I get this:
CRITICAL: glob(include=[base], exclude=[]) in plz-out/subrepos/third_party/go/github.com_wailsapp_wails_v2/cmd/wails/internal/template/BUILD returned no files. If this is intended, set allow_empty=True on the glob.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working