Hi, Im looking into setting up a dev environment, ...
# ask-the-community
g
Hi, Im looking into setting up a dev environment, and running into some issues with a hanging java container (on running
make generate
in flyteidl repo which runs a container executing
/opt/swagger-codegen-cli/swagger-codegen-cli.jar generate ...
). For quick experimentation adding functionality I dont need the java bindings, but to get a PR merged I would. I see issues like this one that mention you’re moving towards a monorepo setup: https://github.com/flyteorg/flyteidl/pull/338, and I was wondering if there is a timeline on this? (and basically, should I wait for this, or try to fix my dev environment with the current setup). Cheers 👍
d
Hi @Geert! Check this guide @Yicheng Lu created to setup a dev environment for flyte components and let us know your feedback https://github.com/flyteorg/flyte/pull/3811
g
That really helps! I was on go1.20 which was causing some issues. Thanks!
148 Views