Skip to content

Commit

Permalink
tools/release: fix shellcheck comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Feb 17, 2025
1 parent 6541d64 commit dc267cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/release/build_delivery_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function build_java() {
GPG_EXTRA="-DGPG_ARGS=${GPG_ARGS}"
fi

# shellcheck disable=SC2086: cmake fail to parse empty string ""
# shellcheck disable=SC2086 # cmake fail to parse empty string ""
cmake -S. -Btemp_java -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF \
-DBUILD_JAVA=ON -DSKIP_GPG=OFF ${GPG_EXTRA}
cmake --build temp_java -j8 -v
Expand Down
2 changes: 1 addition & 1 deletion tools/release/build_delivery_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function build_java() {
GPG_EXTRA="-DGPG_ARGS=${GPG_ARGS}"
fi

# shellcheck disable=SC2086: cmake fail to parse empty string ""
# shellcheck disable=SC2086 # cmake fail to parse empty string ""
cmake -S. -Btemp_meta_java -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF \
-DBUILD_JAVA=ON -DUNIVERSAL_JAVA_PACKAGE=ON \
-DSKIP_GPG=OFF ${GPG_EXTRA}
Expand Down

0 comments on commit dc267cd

Please sign in to comment.