From 439b3509a361e858b2c5806ff74f56c9becc665f Mon Sep 17 00:00:00 2001 From: rkhapov Date: Fri, 4 Oct 2024 09:34:07 +0000 Subject: [PATCH] use clang-format-17 Signed-off-by: rkhapov --- .github/workflows/cmake.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 07d57c76..f3cbc696 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -36,7 +36,7 @@ jobs: - name: Format - run: ./run-clang-format/run-clang-format.py -r --clang-format-executable clang-format modules sources stress test third_party + run: ./run-clang-format/run-clang-format.py -r --clang-format-executable clang-format-17 modules sources stress test third_party - name: Test env: diff --git a/Makefile b/Makefile index 50ee824c..0b1c259b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BUILD_TEST_ASAN_DIR=build-asan ODY_DIR=$(PWD) TMP_BIN:=$(ODY_DIR)/tmp -FMT_BIN:=clang-format +FMT_BIN:=clang-format-17 CMAKE_BIN:=cmake SKIP_CLEANUP_DOCKER:=