wip
This commit is contained in:
parent
6c5249dbbf
commit
e9ad8ba400
9
.github/workflows/osrm-backend.yml
vendored
9
.github/workflows/osrm-backend.yml
vendored
@ -396,7 +396,9 @@ jobs:
|
|||||||
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
|
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
echo "JOBS=$((`sysctl -n hw.ncpu` + 1))" >> $GITHUB_ENV
|
echo "JOBS=$((`sysctl -n hw.ncpu` + 1))" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
- name: Give tar root ownership # https://github.com/actions/toolkit/issues/946#issuecomment-1590016041
|
# See: https://github.com/actions/toolkit/issues/946#issuecomment-1590016041
|
||||||
|
# We need it to be able to access system folders while restoring cached Boost below
|
||||||
|
- name: Give tar root ownership
|
||||||
if: runner.os == 'Linux' && matrix.ENABLE_CONAN != 'ON'
|
if: runner.os == 'Linux' && matrix.ENABLE_CONAN != 'ON'
|
||||||
run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
|
run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
|
||||||
- name: Cache Boost
|
- name: Cache Boost
|
||||||
@ -424,11 +426,6 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
sudo rm -rf boost_${BOOST_VERSION_UNDERSCORE}*
|
sudo rm -rf boost_${BOOST_VERSION_UNDERSCORE}*
|
||||||
|
|
||||||
- name: Verify Boost installation
|
|
||||||
run: |
|
|
||||||
ls /usr/local/include/boost
|
|
||||||
ls /usr/local/lib/libboost*
|
|
||||||
|
|
||||||
- name: Install dev dependencies
|
- name: Install dev dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install "conan<2.0.0" || python3 -m pip install "conan<2.0.0" --break-system-packages
|
python3 -m pip install "conan<2.0.0" || python3 -m pip install "conan<2.0.0" --break-system-packages
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user