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

fix: protoc gen with docker not working #232

Closed
wants to merge 6 commits into from

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Oct 11, 2024

ref: #235

Summary

Ubuntu 22.04 has an issue where the docker images are not generating the files properly?

Then somehow my local machine also started doing the same after I accidently coppied over / -> my current directory. So confused what caused this. For now, this is a patch

cosmos proto just sucks.

TODO

  • Get rid of go clean -modcache in docs
  • Test on windows & macos
  • Test on another Ubuntu server (fresh cloud) with different docker versions. Maybe the one I use is bad? Could just be a bad docker (and required v24+)

sudo apt-get update
$ sudo apt-get install docker-ce

@Reecepbcups
Copy link
Member Author

lol i could just try and sudo smh

@Reecepbcups
Copy link
Member Author

Okay, it is a docker <> system issue. chmod a+rwx -R ./rollchain on Ubuntu 22.04 LTS allowed it to then generate without sudo being required.

This is a messy solution since it also modified the explorer/, .git, etc. but it worked

@Reecepbcups
Copy link
Member Author

doing in 238

@Reecepbcups Reecepbcups deleted the reece/fix-ubuntu-gen branch October 12, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant