Skip to content

Can't make build on master #6778

@brainwane

Description

@brainwane

I ran make build on git master for Warehouse and got:

$ make build
find: warning: you have specified the -depth option after a non-option argument -type, but options are not positional (-depth affects tests specified before it as well as those specified after it).  Please specify options before other arguments.

find: paths must precede expression: `1'
make[1]: Entering directory '[path redacted]'
find: warning: you have specified the -depth option after a non-option argument -type, but options are not positional (-depth affects tests specified before it as well as those specified after it).  Please specify options before other arguments.

find: paths must precede expression: `1'
make[1]: '.state/docker-build' is up to date.
make[1]: Leaving directory '[path redacted]'
docker system prune -f --filter "label=com.docker.compose.project=warehouse"
Total reclaimed space: 0B

I wonder whether this has to do with the line

LOCALES := $(shell find warehouse/locale -type d -depth 1 -exec basename {} \;)

that @woodruffw added to the Makefile in e646a4c ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛developer experienceAnything that improves the experience for Warehouse devs

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions