Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] dependencies make it impossible to start #9

Open
gedw99 opened this issue Jul 21, 2024 · 2 comments
Open

[question] dependencies make it impossible to start #9

gedw99 opened this issue Jul 21, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@gedw99
Copy link

gedw99 commented Jul 21, 2024

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.

@starpit
Copy link
Member

starpit commented Jul 21, 2024

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.

@gedw99
Copy link
Author

gedw99 commented Jul 22, 2024

thanks @starpit for the prompt reply.

I will wait until things are in place and then give it a whirl.

@aavarghese aavarghese added the question Further information is requested label Jul 23, 2024
@aavarghese aavarghese changed the title dependencies make it impossible to start [question] dependencies make it impossible to start Jul 23, 2024
@aavarghese aavarghese added the documentation Improvements or additions to documentation label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants