Build broken
See original GitHub issueLately trying to do a clean install of the backend is broken for me. logs can be seen here
https://gist.github.com/joshjm/6861c9d28779e171857cff1c59ce9db6
following the app readme.md’s install instructions:
git clone git@github.com:Couchers-org/couchers.git
cd couchers/app
docker run --rm -w /app -v $(pwd):/app couchers/grpc ./generate_protos.sh
docker-compose up --build
seems to fail.
key errors i think i am seeing are; entr: broken inotify workaround enabled
and app_frontend_1 exited with code 127
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (12 by maintainers)
Top Results From Across the Web
Broken Build: Main
We create innovative Apps for Atlassian Jira. Proven cutting-edge solutions for Software, IT and Business. Our apps help every team move towards their ......
Read more >Broken Build - Atlassian Marketplace
Browse apps, add-ons, plugins and integrations by Broken Build.
Read more >Built from Broken: A Science-Based Guide to Healing Painful ...
Built from Broken: A Science-Based Guide to Healing Painful Joints, Preventing Injuries, and Rebuilding Your Body [Hogan, Scott H] on Amazon.com.
Read more >Why is the Build Broken? | GoCD User Documentation
Knowing the build is broken is only the first step. Now we need to understand what caused it to break. With Console output....
Read more >Broken Build Simulator on Steam
Love roguelites? Well so do I! So I made a game that combines them all, with modes like 20 Minutes Till Lunch and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I pushed a commit onto develop that fixes the dependency and updates dev.env. Reopen if it still doesn’t work!
I think we should add this as a CI/CD step: to make sure a fresh clone and the 3 steps in
//app/readme.md
work!