Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79c0449

Browse files
authored
Kepp build running with a single job
1 parent42da5e5 commit79c0449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/actions/bazel-linux-build/action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
shell:bash
3030
run:|
3131
if [ "${{ inputs.debug }}" = "true" ]; then
32-
bazel build ${{ inputs.target }} --sandbox_debug --verbose_failures
32+
bazel build ${{ inputs.target }} --verbose_failures --keep_going --jobs=1
3333
else
3434
bazel build ${{ inputs.target }} --config release
3535
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp