LTO
This commit is contained in:
parent
aec21acbdf
commit
43a609d087
12
.github/workflows/osrm-backend.yml
vendored
12
.github/workflows/osrm-backend.yml
vendored
@ -643,7 +643,7 @@ jobs:
|
|||||||
|
|
||||||
benchmarks:
|
benchmarks:
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
#needs: [format-taginfo-docs]
|
needs: [format-taginfo-docs]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
CCOMPILER: clang-13
|
CCOMPILER: clang-13
|
||||||
@ -765,9 +765,9 @@ jobs:
|
|||||||
ccache -p
|
ccache -p
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|
||||||
# ci-complete:
|
ci-complete:
|
||||||
# runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
# needs: [build-test-publish, docker-image-matrix, windows-release-node, benchmarks]
|
needs: [build-test-publish, docker-image-matrix, windows-release-node, benchmarks]
|
||||||
# steps:
|
steps:
|
||||||
# - run: echo "CI complete"
|
- run: echo "CI complete"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user