Speed up git clone by skipping recursive and history (#52)

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
pull/53/head 0.4.10
Simon Dudley 7 months ago committed by GitHub
parent 9c32b2b958
commit 9d5087e22d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tasks/compile.yml

@ -21,6 +21,8 @@
repo: "{{ besu_git_repo }}"
dest: '/tmp/besu'
version: "{{ besu_git_commit }}"
recursive: false
depth: 1
- name: Build Besu
shell: "JAVA_HOME=$(update-java-alternatives --list | grep 17 | tail -n 1 | awk '{print $3}') ./gradlew --no-daemon --parallel clean assemble"

Loading…
Cancel
Save