Try self-hosted runner
This commit is contained in:
parent
4da5804939
commit
4dd7846971
1
.github/workflows/osrm-backend.yml
vendored
1
.github/workflows/osrm-backend.yml
vendored
@ -648,6 +648,7 @@ jobs:
|
|||||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
RUN_BIG_BENCHMARK: ${{ contains(github.event.pull_request.labels.*.name, 'Performance') }}
|
RUN_BIG_BENCHMARK: ${{ contains(github.event.pull_request.labels.*.name, 'Performance') }}
|
||||||
|
CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
|
||||||
steps:
|
steps:
|
||||||
- name: Enable data.osm.pbf cache
|
- name: Enable data.osm.pbf cache
|
||||||
if: ${{ ! env.RUN_BIG_BENCHMARK }}
|
if: ${{ ! env.RUN_BIG_BENCHMARK }}
|
||||||
|
Loading…
Reference in New Issue
Block a user