-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bug 🐛developer experienceAnything that improves the experience for Warehouse devsAnything that improves the experience for Warehouse devs
Description
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 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug 🐛developer experienceAnything that improves the experience for Warehouse devsAnything that improves the experience for Warehouse devs