Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
youtalk committed Nov 20, 2024
1 parent 81bece5 commit 8f9e904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/scripts/build_and_clean.sh
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ function build_and_clean() {
local install_base=$2
local colcon_build_args=$3

# shellcheck disable=SC2086
du -sh "$ccache_dir" && ccache -s &&
colcon build --cmake-args \
" -Wno-dev" \

0 comments on commit 8f9e904

Please sign in to comment.