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
I was wondering what I need rot do to get started. I quite like the way this is all designed with the IR, as it were. Pretty cool ideas in here.
cmd % go build .
../pkg/lunchpail/version.go:9:12: pattern version.txt: no matching files found
../pkg/fe/assembler/template.go:6:12: pattern charts.tar.gz: no matching files found
../pkg/fe/transformer/api/shell/embed.go:6:12: pattern shell.tar.gz: no matching files found
../pkg/fe/transformer/api/workerpool/embed.go:6:12: pattern workerpool.tar.gz: no matching files found
../pkg/fe/transformer/api/workstealer/embed.go:6:12: pattern workstealer.tar.gz: no matching files found
If you are not ready for dog fooding just let me know.
The text was updated successfully, but these errors were encountered:
howdy! thanks for the feedback. you did indeed catch us just slightly in advance of being ready with the documentation. to build the CLI, currently:
./hack/setup/cli.sh
which will build ./lunchpail
also, please disregard the instructions in the top-level README. we should have an update on this by tomorrow. we still need to publish the base images.
and thanks for the patience during this initial setup. we just got approval from our company to open source, and there are some chicken-and-egg issues there (get on github, get automation in place...)
i'll ping this thread when everything is in place. this will include published CLI builds as a github release.
compile time dependencies it seems..
I was wondering what I need rot do to get started. I quite like the way this is all designed with the IR, as it were. Pretty cool ideas in here.
cmd % go build . ../pkg/lunchpail/version.go:9:12: pattern version.txt: no matching files found ../pkg/fe/assembler/template.go:6:12: pattern charts.tar.gz: no matching files found ../pkg/fe/transformer/api/shell/embed.go:6:12: pattern shell.tar.gz: no matching files found ../pkg/fe/transformer/api/workerpool/embed.go:6:12: pattern workerpool.tar.gz: no matching files found ../pkg/fe/transformer/api/workstealer/embed.go:6:12: pattern workstealer.tar.gz: no matching files found
If you are not ready for dog fooding just let me know.
The text was updated successfully, but these errors were encountered: