This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c8c499  Add dist build folder to the mounted folders when running 
build.sh, so folks can get the distributions by following the build.sh script
     new 5229f07  Merge pull request #219 from atoulme/add_dist_to_build
5c8c499 is described below

commit 5c8c499fc96633668599da474453fbc55bc143ee
Author: Antoine Toulme <[email protected]>
AuthorDate: Tue Apr 27 20:50:56 2021 -0700

    Add dist build folder to the mounted folders when running build.sh, so 
folks can get the distributions by following the build.sh script
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index ef3e2f6..8272921 100755
--- a/build.sh
+++ b/build.sh
@@ -13,4 +13,4 @@
 pushd gradle/docker
 docker build -t tuweni_test -f test.Dockerfile ../..
 popd
-docker run -v `pwd`/build/libs:/home/gradle/build/libs tuweni_test bash -c 
'gradle -Dorg.gradle.jvmargs="-Xmx2g -XX:MaxMetaspaceSize=512m" assemble'
+docker run -v `pwd`/build/libs:/home/gradle/build/libs -v 
`pwd`/dist/build:/home/gradle/dist/build tuweni_test bash -c 'gradle 
-Dorg.gradle.jvmargs="-Xmx2g -XX:MaxMetaspaceSize=512m" assemble'

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to