wip
This commit is contained in:
parent
9d94342c48
commit
9da29c7b5d
44
.github/workflows/osrm-backend.yml
vendored
44
.github/workflows/osrm-backend.yml
vendored
@ -223,15 +223,15 @@ jobs:
|
|||||||
# ENABLE_BENCHMARKS: ON
|
# ENABLE_BENCHMARKS: ON
|
||||||
# CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
|
# CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
|
||||||
|
|
||||||
- name: gcc-11-release
|
# - name: gcc-11-release
|
||||||
continue-on-error: false
|
# continue-on-error: false
|
||||||
node: 16
|
# node: 16
|
||||||
runs-on: ubuntu-20.04
|
# runs-on: ubuntu-20.04
|
||||||
BUILD_TOOLS: ON
|
# BUILD_TOOLS: ON
|
||||||
BUILD_TYPE: Release
|
# BUILD_TYPE: Release
|
||||||
CCOMPILER: gcc-11
|
# CCOMPILER: gcc-11
|
||||||
CXXCOMPILER: g++-11
|
# CXXCOMPILER: g++-11
|
||||||
ENABLE_BENCHMARKS: ON
|
# ENABLE_BENCHMARKS: ON
|
||||||
|
|
||||||
# - name: gcc-10-release
|
# - name: gcc-10-release
|
||||||
# continue-on-error: false
|
# continue-on-error: false
|
||||||
@ -309,18 +309,18 @@ jobs:
|
|||||||
ENABLE_ASSERTIONS: ON
|
ENABLE_ASSERTIONS: ON
|
||||||
ENABLE_CONAN: ON
|
ENABLE_CONAN: ON
|
||||||
|
|
||||||
- name: conan-macos-arm64-release-node
|
# - name: conan-macos-arm64-release-node
|
||||||
build_node_package: true
|
# build_node_package: true
|
||||||
continue-on-error: true
|
# continue-on-error: true
|
||||||
node: 18
|
# node: 18
|
||||||
runs-on: macos-11
|
# runs-on: macos-11
|
||||||
BUILD_TYPE: Release
|
# BUILD_TYPE: Release
|
||||||
CCOMPILER: clang
|
# CCOMPILER: clang
|
||||||
CXXCOMPILER: clang++
|
# CXXCOMPILER: clang++
|
||||||
CUCUMBER_TIMEOUT: 60000
|
# CUCUMBER_TIMEOUT: 60000
|
||||||
ENABLE_ASSERTIONS: ON
|
# ENABLE_ASSERTIONS: ON
|
||||||
ENABLE_CONAN: ON
|
# ENABLE_CONAN: ON
|
||||||
ENABLE_APPLE_SILICON: ON
|
# ENABLE_APPLE_SILICON: ON
|
||||||
|
|
||||||
name: ${{ matrix.name}}
|
name: ${{ matrix.name}}
|
||||||
continue-on-error: ${{ matrix.continue-on-error }}
|
continue-on-error: ${{ matrix.continue-on-error }}
|
||||||
@ -412,7 +412,7 @@ jobs:
|
|||||||
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
|
||||||
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
|
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
brew install ccache
|
brew install ccache apache-arrow
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# clang
|
# clang
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user