mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
feat(Clientlib): separate client encryption and server computation
Resolve #200
This commit is contained in:
4
.github/workflows/scripts/format_cpp.sh
vendored
4
.github/workflows/scripts/format_cpp.sh
vendored
@@ -2,7 +2,9 @@
|
||||
|
||||
set -e -o pipefail
|
||||
|
||||
find ./compiler/{include,lib,src} -iregex '^.*\.\(cpp\|cc\|h\|hpp\)$' | xargs clang-format -i -style='file'
|
||||
EXCLUDE_DIRS="-path ./compiler/include/boost-single-header -prune -o"
|
||||
|
||||
find ./compiler/{include,lib,src} $EXCLUDE_DIRS -iregex '^.*\.\(cpp\|cc\|h\|hpp\)$' -print | xargs clang-format -i -style='file'
|
||||
|
||||
# show changes if any
|
||||
git --no-pager diff
|
||||
|
||||
Reference in New Issue
Block a user