Yet another attempt to get rid of boost::optional
This commit is contained in:
parent
5c5d845571
commit
19a5421bba
21
.github/workflows/osrm-backend.yml
vendored
21
.github/workflows/osrm-backend.yml
vendored
@ -211,17 +211,16 @@ jobs:
|
|||||||
CXXCOMPILER: clang++-15
|
CXXCOMPILER: clang++-15
|
||||||
CUCUMBER_TIMEOUT: 60000
|
CUCUMBER_TIMEOUT: 60000
|
||||||
|
|
||||||
- name: clang-18-debug-clang-tidy
|
# - name: clang-18-debug-clang-tidy
|
||||||
continue-on-error: false
|
# continue-on-error: false
|
||||||
node: 18
|
# node: 18
|
||||||
runs-on: ubuntu-24.04
|
# runs-on: ubuntu-24.04
|
||||||
BUILD_TOOLS: ON
|
# BUILD_TOOLS: ON
|
||||||
BUILD_TYPE: Debug
|
# BUILD_TYPE: Debug
|
||||||
CCOMPILER: clang-18
|
# CCOMPILER: clang-18
|
||||||
CXXCOMPILER: clang++-18
|
# CXXCOMPILER: clang++-18
|
||||||
CUCUMBER_TIMEOUT: 60000
|
# CUCUMBER_TIMEOUT: 60000
|
||||||
ENABLE_CLANG_TIDY: ON
|
# ENABLE_CLANG_TIDY: ON
|
||||||
|
|
||||||
|
|
||||||
- name: clang-14-release
|
- name: clang-14-release
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
Loading…
Reference in New Issue
Block a user