Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
grpc-java
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
grpc-java
Commits
829a2190
Commit
829a2190
authored
Mar 19, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
Makefile
Makefile
+17
-0
grpc-java-1.14.0-armv7.patch
grpc-java-1.14.0-armv7.patch
+11
-0
grpc-java-1.14.0.tar.gz
grpc-java-1.14.0.tar.gz
+0
-0
No files found.
Makefile
0 → 100644
View file @
829a2190
temporary
:
tar
xf grpc-java-1.14.0.tar.gz
patch
-Np1
-d
grpc-java-1.14.0 < grpc-java-1.14.0-armv7.patch
dd
if
=
/dev/zero
of
=
swap
bs
=
1048576
count
=
1024
chmod
600
swap
mkswap
swap
swapon
swap
cd grpc-java-1.14.0 && JAVA_HOME=/opt/jdk GRADLE_USER_HOME=$$(pwd)/gradle ./gradlew build -x
:
grpc-benchmarks:test -x :grpc-interop-testing:test -x :grpc-core:test -x :grpc-netty:test -x :grpc-netty-shaded:testShadow -x :grpc-okhttp:test -Pprotoc=/usr/bin/protoc -Pprotoc-gen-javalite=/usr/bin/protoc-gen-javalite --no-daemon
cd
grpc-java-1.14.0/compiler
&&
JAVA_HOME
=
/opt/jdk
GRADLE_USER_HOME
=
$
$(pwd)
/../gradle ../gradlew java_pluginExecutable
--no-daemon
swapoff
swap
rm
-rf
swap
clean
:
rm
-rf
grpc-java-1.14.0
grpc-java-1.14.0-armv7.patch
0 → 100644
View file @
829a2190
diff -uNr grpc-java-1.14.0/compiler/build.gradle grpc-java-1.14.0-armv7/compiler/build.gradle
--- grpc-java-1.14.0/compiler/build.gradle 2018-07-31 06:44:09.000000000 +0930
+++ grpc-java-1.14.0-armv7/compiler/build.gradle 2021-03-15 10:43:06.671081555 +1030
@@ -56,6 +56,7 @@
gcc(Gcc) {
target("ppcle_64")
target("aarch_64")
+ target("linux_arm-v7")
}
clang(Clang) {
}
grpc-java-1.14.0.tar.gz
0 → 100644
View file @
829a2190
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment