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 89694f1
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 :airbyte-api-server:assemble -Dorg.gradle.daemon.idletimeout=60000 -Dorg.gradle.vfs.watch=false -x dockerBuildImage --max-workers 1
./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 89694f1

Please sign in to comment.