Skip to content

Commit

Permalink
attempt to fix rock build hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Oct 9, 2024
1 parent db47c38 commit c1f672c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airbyte_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ parts:
# stage:
# - app
override-build: |
./gradlew assemble -x dockerBuildImage --no-daemon --no-parallel --continue --stacktrace --info
./gradlew assemble -Dorg.gradle.daemon.idletimeout=60000 -x dockerBuildImage --no-daemon --no-parallel --continue --stacktrace --info
./gradlew --stop
# ./gradlew :airbyte-server:assemble -x dockerBuildImage --no-daemon --no-parallel --continue --stacktrace --max-workers 1
tar -xvf ./airbyte-server/build/distributions/airbyte-app.tar -C ./airbyte-server/build/distributions/
Expand Down

0 comments on commit c1f672c

Please sign in to comment.