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

Commit45d9274

Browse files
authored
chore: disable parallelization when running security action (#15666)
- `make -j` appears to be broken for clean builds
1 parenta9195bf commit45d9274

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/security.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ jobs:
130130
# the registry.
131131
export CODER_IMAGE_BUILD_BASE_TAG="$(CODER_IMAGE_BASE=coder-base ./scripts/image_tag.sh --version "$version")"
132132
133-
make -j "$image_job"
133+
# We would like to use make -j here, but it doesn't work with the some recent additions
134+
# to our code generation.
135+
make "$image_job"
134136
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
135137
136138
-name:Run Trivy vulnerability scanner

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp