Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tests:
export SELF="make -f /opt/build-harness/Makefile.prow"
export HOME="/tmp"
export XDG_CACHE_HOME="/tmp/.cache"
export GOCACHE="/tmp/.cache/go-build"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
export JAVA_TOOL_OPTIONS="-Duser.home=/tmp"
make -f /opt/build-harness/Makefile.prow sonar/go/prow
container:
Expand All @@ -44,6 +45,7 @@ tests:
export SELF="make -f /opt/build-harness/Makefile.prow"
export HOME="/tmp"
export XDG_CACHE_HOME="/tmp/.cache"
export GOCACHE="/tmp/.cache/go-build"
export JAVA_TOOL_OPTIONS="-Duser.home=/tmp"
make -f /opt/build-harness/Makefile.prow sonar/go/prow
container:
Expand Down