Skip to content

Commit

Permalink
Configure cross-compilation for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Sep 15, 2022
1 parent f4255f4 commit 01abbfd
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,18 +260,18 @@ jobs:
# ENABLE_ASSERTIONS: ON
# ENABLE_CONAN: ON

# - name: conan-macos-x64-release-node-16
# build_node_package: true
# continue-on-error: false
# node: 16
# runs-on: macos-11
# BUILD_TOOLS: ON
# BUILD_TYPE: Release
# CCOMPILER: clang
# CXXCOMPILER: clang++
# CUCUMBER_TIMEOUT: 60000
# ENABLE_ASSERTIONS: ON
# ENABLE_CONAN: ON
- name: conan-macos-x64-release-node-16
build_node_package: true
continue-on-error: false
node: 16
runs-on: macos-11
BUILD_TOOLS: ON
BUILD_TYPE: Release
CCOMPILER: clang
CXXCOMPILER: clang++
CUCUMBER_TIMEOUT: 60000
ENABLE_ASSERTIONS: ON
ENABLE_CONAN: ON

- name: conan-macos-arm64-release-node-16
build_node_package: true
Expand All @@ -297,17 +297,17 @@ jobs:
# CCOMPILER: gcc-7
# CXXCOMPILER: g++-7

# - name: node-12-conan-linux-release
# build_node_package: true
# continue-on-error: false
# node: 12
# runs-on: ubuntu-20.04
# BUILD_TYPE: Release
# CCOMPILER: clang-6.0
# CXXCOMPILER: clang++-6.0
# ENABLE_GLIBC_WORKAROUND: ON
# ENABLE_CONAN: ON
# NODE_PACKAGE_TESTS_ONLY: ON
- name: node-12-conan-linux-release
build_node_package: true
continue-on-error: false
node: 12
runs-on: ubuntu-20.04
BUILD_TYPE: Release
CCOMPILER: clang-6.0
CXXCOMPILER: clang++-6.0
ENABLE_GLIBC_WORKAROUND: ON
ENABLE_CONAN: ON
NODE_PACKAGE_TESTS_ONLY: ON

# - name: node-12-conan-linux-debug
# build_node_package: true
Expand Down

0 comments on commit 01abbfd

Please sign in to comment.