We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07572f1 commit 42da5e5Copy full SHA for 42da5e5
.github/actions/bazel-linux-build/action.yml
@@ -29,7 +29,7 @@ runs:
29
shell: bash
30
run: |
31
if [ "${{ inputs.debug }}" = "true" ]; then
32
- bazel build ${{ inputs.target }}
+ bazel build ${{ inputs.target }} --sandbox_debug --verbose_failures
33
else
34
bazel build ${{ inputs.target }} --config release
35
fi
0 commit comments