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

Experimental builds in bazel #828

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jandom
Copy link
Contributor

@jandom jandom commented May 12, 2021

No description provided.

@jandom jandom force-pushed the experimental/bazel-build-different-approach branch from 2e89f63 to 4fed5a1 Compare May 13, 2021 07:24
@jandom

This comment has been minimized.

@jandom jandom force-pushed the experimental/bazel-build-different-approach branch from baea6ed to f2ac60b Compare May 13, 2021 14:19
@jandom

This comment has been minimized.

@jandom

This comment has been minimized.

@jandom

This comment has been minimized.

@jandom
Copy link
Contributor Author

jandom commented May 14, 2021

IT WORKS!! Nice stuff Ian, thanks for mopping this up. The build passed and I'm able to run the server binary.

There is however a warning about a missing .so

./bazel-bin/src/peergos/server/server -help                                                                                                                                                      10:37:11
Couldn't load native crypto library at /Users/jandom/workspace/Peergos/native-lib/libtweetnacl.so, using pure Java version...
To use the native linux-x86-64 crypto implementation use option -Djava.library.path=native-lib
Main: Run a Peergos command
Sub commands:
	daemon: The user facing Peergos server
	shell: An interactive command-line-interface to a Peergos server.
	fuse: Mount a Peergos user's filesystem natively
	quota: Manage quota of users on this server
	server-msg: Send and receive messages to/from users of this server
	gateway: Serve websites directly from Peergos
	migrate: Move a Peergos account to this server.
	ipfs: Install, configure and start IPFS daemon
	pki: Start the Peergos PKI Server that has already been bootstrapped
	pki-init: Bootstrap and start the Peergos PKI Server

@jandom jandom force-pushed the experimental/bazel-build-different-approach branch from 53c17d7 to dfd2087 Compare May 14, 2021 09:57
- Workflow not picked up
- Fix another minor issue found by bazel
- Building the server package
- Specific 'javacopt'
- Fix method in cryptree fuzzer (Thanks again bazel)
- Add a .bazelrc file
- Completed build of server binary
@jandom jandom force-pushed the experimental/bazel-build-different-approach branch from c720c87 to dad5dcc Compare June 4, 2021 21:14
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.

None yet

1 participant