Upgrade to clang-tidy 15
This commit is contained in:
parent
64750f6c68
commit
826ae0923a
22
.github/workflows/osrm-backend.yml
vendored
22
.github/workflows/osrm-backend.yml
vendored
@ -230,15 +230,15 @@ jobs:
|
|||||||
# CCOMPILER: gcc-10
|
# CCOMPILER: gcc-10
|
||||||
# CXXCOMPILER: g++-10
|
# CXXCOMPILER: g++-10
|
||||||
|
|
||||||
- name: gcc-9-release
|
# - name: gcc-9-release
|
||||||
continue-on-error: false
|
# continue-on-error: false
|
||||||
node: 16
|
# node: 16
|
||||||
runs-on: ubuntu-20.04
|
# runs-on: ubuntu-20.04
|
||||||
BUILD_TOOLS: ON
|
# BUILD_TOOLS: ON
|
||||||
BUILD_TYPE: Release
|
# BUILD_TYPE: Release
|
||||||
CCOMPILER: gcc-9
|
# CCOMPILER: gcc-9
|
||||||
CXXCOMPILER: g++-9
|
# CXXCOMPILER: g++-9
|
||||||
CXXFLAGS: -Wno-cast-function-type
|
# CXXFLAGS: -Wno-cast-function-type
|
||||||
|
|
||||||
# - name: gcc-9-conan-release-i686
|
# - name: gcc-9-conan-release-i686
|
||||||
# continue-on-error: false
|
# continue-on-error: false
|
||||||
@ -303,7 +303,7 @@ jobs:
|
|||||||
build_node_package: true
|
build_node_package: true
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
node: 18
|
node: 18
|
||||||
runs-on: macos-12
|
runs-on: macos-11
|
||||||
BUILD_TOOLS: ON
|
BUILD_TOOLS: ON
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
CCOMPILER: clang
|
CCOMPILER: clang
|
||||||
@ -505,7 +505,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dev dependencies
|
- name: Install dev dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install conan==1.53.0
|
brew install conan
|
||||||
conan --version
|
conan --version
|
||||||
|
|
||||||
# ccache
|
# ccache
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user