-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add Makefile #134
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
Add Makefile #134
Conversation
|
Reviewed 1 of 1 files at r1. Makefile, line 8 [r1] (raw file):
create a var for tmp directory. Possibly point it to /tmp/dgraph-build or something. Delete if it already exists. Do the tar from within it, because we're no longer doing Makefile, line 10 [r1] (raw file):
This seems relative to current directory. Makefile, line 25 [r1] (raw file):
tags embed should be part of buildmode. Comments from Reviewable |
|
Review status: 0 of 1 files reviewed at latest revision, 3 unresolved discussions. Makefile, line 8 [r1] (raw file):
|
|
Reviewed 1 of 1 files at r3. Makefile, line 8 [r1] (raw file):
|
|
Looks clean and easy to understand. Good work! Reviewed 2 of 2 files at r4. build.sh, line 11 [r4] (raw file):
Test if build.sh, line 18 [r4] (raw file):
Use a build flags variable. build.sh, line 31 [r4] (raw file):
Strip the binaries here. Report total size after strip. build.sh, line 35 [r4] (raw file):
Report size of tar. Comments from Reviewable |
|
Review status: 0 of 1 files reviewed at latest revision, 6 unresolved discussions. build.sh, line 11 [r4] (raw file):
|
|
Review status: 0 of 1 files reviewed at latest revision, 6 unresolved discussions. build.sh, line 11 [r4] (raw file):
|
|
Reviewed 1 of 1 files at r7. build.sh, line 16 [r7] (raw file):
Install it and try again. Comments from Reviewable |
|
Merged. |
* implement Encode and Decode without receiver * implement DecodeInterface and DecodeArray * update Decode tests * go fmt, remove comments
This change is