Skip to content

Unbuildable: github.com/wailsapp/wails/v2/cmd/wails #174

@mibzman

Description

@mibzman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions