Skip to content

Commit

Permalink
Bump Clang version 16 => 17.
Browse files Browse the repository at this point in the history
Change-Id: I5cb6dc3e9d79cc35e16aa56d737e8b2c289baf8c
  • Loading branch information
spt29 committed Oct 18, 2023
1 parent b95eac3 commit 98d70ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion defines.make
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ BRANCH_VERSION := 2.3.0
#endif

SHELL := /bin/bash
CLANG_VERSION := 16
CLANG_VERSION := 17

PLANTUML_JAR_PATH := $(REPO_PATH)/third_party/plantuml

Expand Down
2 changes: 1 addition & 1 deletion packages/livestatus/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -e

JOBS=6
readonly CLANG_VERSION=${CLANG_VERSION:-16}
readonly CLANG_VERSION=${CLANG_VERSION:-17}
COMPILED_SOURCES=()

failure() {
Expand Down
2 changes: 1 addition & 1 deletion packages/neb/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -e

JOBS=6
readonly CLANG_VERSION=${CLANG_VERSION:-16}
readonly CLANG_VERSION=${CLANG_VERSION:-17}
COMPILED_SOURCES=()

failure() {
Expand Down
2 changes: 1 addition & 1 deletion packages/unixcat/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -e

JOBS=6
readonly CLANG_VERSION=${CLANG_VERSION:-16}
readonly CLANG_VERSION=${CLANG_VERSION:-17}
COMPILED_SOURCES=()

failure() {
Expand Down

0 comments on commit 98d70ec

Please sign in to comment.