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

[BUG] make image-tornjak-manager leading to error #438

Open
rooi6 opened this issue Jun 4, 2024 · 1 comment
Open

[BUG] make image-tornjak-manager leading to error #438

rooi6 opened this issue Jun 4, 2024 · 1 comment
Labels
bug Something isn't working manager Tornjak Manager

Comments

@rooi6
Copy link
Contributor

rooi6 commented Jun 4, 2024

The command, make image-tornjak-manager, leads to the following error on my Windows device:

Downloading go modules…
make: go: No such file or directory
make: *** [Makefile:45: download] Error 127

Steps:
I run wsl (Ubuntu) after installing wsl
cd into tornjak folder
run: sudo apt install make
run: make image-tornjak-manager

Note: I did the same with make image-tornjak-backend and make image-tornjak-frontend and both ran successfully

@maia-iyer maia-iyer added bug Something isn't working manager Tornjak Manager labels Jun 5, 2024
@maia-iyer
Copy link
Collaborator

Good catch! I created #440 which would be an issue that resolves this problem.

The core issue here is that golang needs to be installed locally. However, we shouldn't really let the build happen locally anyways and should be within a Docker container as is for the backend and frontend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working manager Tornjak Manager
Projects
None yet
Development

No branches or pull requests

2 participants