You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works fine if you just do make gen but if I try to get some parallelization going it always falls over.
coder@dev coder (main) make -j -B gen
codersdk/rbacresources_gen.go:1:1: expected 'package', found 'EOF'
codersdk/rbacresources_gen.go:1:1: expected 'package', found 'EOF'
make: *** [Makefile:553: coderd/database/dump.sql] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:617: examples/examples.gen.json] Error 1
make: *** Deleting file 'examples/examples.gen.json'
../../../../rbac/object_gen.go:1:1: expected 'package', found 'EOF'
+ pnpm install
Lockfile is up to date, resolution step is skipped
Already up to date
Done in 655ms
docs/admin/prometheus.md 114ms
Works fine if you just do
make gen
but if I try to get some parallelization going it always falls over.cc @Emyrk you may know something about this
The text was updated successfully, but these errors were encountered: