Attempt to cross-compile for arm64 Linux

This commit is contained in:
Siarhei Fedartsou 2022-10-15 15:26:31 +02:00
parent f36537a5b5
commit 9feecad226

View File

@ -416,8 +416,8 @@ jobs:
node: 16 node: 16
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
BUILD_TYPE: Release BUILD_TYPE: Release
CCOMPILER: /usr/bin/aarch64-linux-gnu-gcc CCOMPILER: /usr/bin/aarch64-linux-gnu-gcc-9
CXXCOMPILER: /usr/bin/aarch64-linux-gnu-g++ CXXCOMPILER: /usr/bin/aarch64-linux-gnu-g++-9
ENABLE_CONAN: ON ENABLE_CONAN: ON
NODE_PACKAGE_TESTS_ONLY: ON NODE_PACKAGE_TESTS_ONLY: ON
@ -617,7 +617,7 @@ jobs:
run: | run: |
python3 -m pip install conan==1.53.0 python3 -m pip install conan==1.53.0
sudo apt-get update -y && sudo apt-get -y install gcc-aarch64-linux-gnu sudo apt-get update -y && sudo apt-get -y install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
# ccache # ccache
if [[ "${RUNNER_OS}" == "Linux" ]]; then if [[ "${RUNNER_OS}" == "Linux" ]]; then
sudo apt-get update -y && sudo apt-get install ccache sudo apt-get update -y && sudo apt-get install ccache