wip
This commit is contained in:
parent
90a1f181fb
commit
8b13365f43
11
.github/workflows/osrm-backend.yml
vendored
11
.github/workflows/osrm-backend.yml
vendored
@ -342,17 +342,6 @@ jobs:
|
|||||||
OSRM_CONNECTION_RETRIES: ${{ matrix.OSRM_CONNECTION_RETRIES }}
|
OSRM_CONNECTION_RETRIES: ${{ matrix.OSRM_CONNECTION_RETRIES }}
|
||||||
OSRM_CONNECTION_EXP_BACKOFF_COEF: ${{ matrix.OSRM_CONNECTION_EXP_BACKOFF_COEF }}
|
OSRM_CONNECTION_EXP_BACKOFF_COEF: ${{ matrix.OSRM_CONNECTION_EXP_BACKOFF_COEF }}
|
||||||
steps:
|
steps:
|
||||||
# workaround for broken clang on ubuntu runner until https://github.com/actions/runner-images/issues/8659 get fixed
|
|
||||||
- name: Install newer Clang
|
|
||||||
run: |
|
|
||||||
if [[ $CCOMPILER == clang-* ]]; then
|
|
||||||
CLANG_VERSION=${CCOMPILER#clang-}
|
|
||||||
wget https://apt.llvm.org/llvm.sh
|
|
||||||
chmod +x ./llvm.sh
|
|
||||||
sudo ./llvm.sh ${CLANG_VERSION}
|
|
||||||
else
|
|
||||||
echo "CCOMPILER is not clang. Skipping installation."
|
|
||||||
fi
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build machine architecture
|
- name: Build machine architecture
|
||||||
run: uname -m
|
run: uname -m
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user