Skip to content

Commit

Permalink
Run clang install command as root
Browse files Browse the repository at this point in the history
For containers that do not run as root
  • Loading branch information
dave992 committed Oct 22, 2024
1 parent 1547277 commit 7ae2def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial_ci/src/tests/clang_format_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function run_clang_format_check() {
ici_apt_install lsb-release software-properties-common gnupg
ici_cmd wget -qO /tmp/llvm.sh https://apt.llvm.org/llvm.sh
ici_cmd chmod +x /tmp/llvm.sh
ici_cmd /tmp/llvm.sh "$CLANG_FORMAT_VERSION"
ici_asroot ici_cmd /tmp/llvm.sh "$CLANG_FORMAT_VERSION"
fi

ici_apt_install git-core "$clang_format_executable"
Expand Down

0 comments on commit 7ae2def

Please sign in to comment.