Attempt to cross-compile for arm64 Linux
This commit is contained in:
parent
3cc3729704
commit
c8c240ea07
10
.github/workflows/osrm-backend.yml
vendored
10
.github/workflows/osrm-backend.yml
vendored
@ -32,7 +32,17 @@ jobs:
|
|||||||
distro: ubuntu20.04
|
distro: ubuntu20.04
|
||||||
githubToken: ${{ github.token }}
|
githubToken: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
|
pip install conan==1.53.0
|
||||||
|
|
||||||
|
npm install --ignore-scripts
|
||||||
|
npm link --ignore-scripts
|
||||||
|
|
||||||
uname -a
|
uname -a
|
||||||
|
mkdir build
|
||||||
|
pushd build
|
||||||
|
cmake -DENABLE_CONAN=ON ..
|
||||||
|
make -j8
|
||||||
|
popd
|
||||||
echo ::set-output name=uname::$(uname -a)
|
echo ::set-output name=uname::$(uname -a)
|
||||||
# windows:
|
# windows:
|
||||||
# needs: format-taginfo-docs
|
# needs: format-taginfo-docs
|
||||||
|
Loading…
Reference in New Issue
Block a user