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

Building wire-server locally #3696

Closed
P1ro opened this issue Nov 7, 2023 · 4 comments
Closed

Building wire-server locally #3696

P1ro opened this issue Nov 7, 2023 · 4 comments

Comments

@P1ro
Copy link

P1ro commented Nov 7, 2023

Building wire-server locally

Context:

when trying to build with make or cabal build all I'm getting:
Error: cabal: Failed to build wire-message-proto-lens-0.1.0 (which is required by test:wire-api-tests from wire-api-0.1.0, test:wire-api-golden-tests from wire-api-0.1.0 and others).

Did install nix package manager direnv and add nix cache, had to enter nix folder inside wire-server.

How did you install wire-server?

manually compiling

How many servers are involved?

1

Linux monster 5.15.0-83-generic #92-Ubuntu SMP Mon Aug 14 09:30:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

@akshaymankar
Copy link
Member

Did you clone the submodules?

@P1ro
Copy link
Author

P1ro commented Nov 7, 2023

Did you clone the submodules?

Im following this one, https://github.com/wireapp/wire-server/blob/develop/docs/src/developer/developer/building.md what do you mean with clone the submodules?

@akshaymankar
Copy link
Member

When you clone wire-server, you need to clone it with --recursive. If it is already cloned, run this to get all the git submodules: git submodule update --init --recursive

@P1ro
Copy link
Author

P1ro commented Nov 7, 2023

When you clone wire-server, you need to clone it with --recursive. If it is already cloned, run this to get all the git submodules: git submodule update --init --recursive

Thanks, that was it, didn't knew about it.

@P1ro P1ro closed this as completed Nov 7, 2023
@P1ro P1ro reopened this Nov 7, 2023
@P1ro P1ro closed this as completed Nov 9, 2023
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

No branches or pull requests

2 participants