From 1acb3c4550efe11bc3fd260ccbcf585c320fa72b Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Thu, 30 Mar 2023 15:04:42 +0200 Subject: [PATCH] Check macOS CI --- .github/workflows/osrm-backend.yml | 276 ++++++++++++++--------------- 1 file changed, 138 insertions(+), 138 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index fb29e5cb8..3ebbd6c01 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -145,157 +145,157 @@ jobs: strategy: matrix: include: - - name: gcc-9-debug-cov - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Debug - CCOMPILER: gcc-9 - CUCUMBER_TIMEOUT: 20000 - CXXCOMPILER: g++-9 - ENABLE_COVERAGE: ON + # - name: gcc-9-debug-cov + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Debug + # CCOMPILER: gcc-9 + # CUCUMBER_TIMEOUT: 20000 + # CXXCOMPILER: g++-9 + # ENABLE_COVERAGE: ON - - name: gcc-9-debug-asan-ubsan - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Debug - CCOMPILER: gcc-9 - CUCUMBER_TIMEOUT: 20000 - CXXCOMPILER: g++-9 - ENABLE_SANITIZER: ON - TARGET_ARCH: x86_64-asan-ubsan - OSRM_CONNECTION_RETRIES: 10 - OSRM_CONNECTION_EXP_BACKOFF_COEF: 1.5 + # - name: gcc-9-debug-asan-ubsan + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Debug + # CCOMPILER: gcc-9 + # CUCUMBER_TIMEOUT: 20000 + # CXXCOMPILER: g++-9 + # ENABLE_SANITIZER: ON + # TARGET_ARCH: x86_64-asan-ubsan + # OSRM_CONNECTION_RETRIES: 10 + # OSRM_CONNECTION_EXP_BACKOFF_COEF: 1.5 - - name: clang-6.0-debug - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Debug - CCOMPILER: clang-6.0 - CXXCOMPILER: clang++-6.0 - CUCUMBER_TIMEOUT: 60000 + # - name: clang-6.0-debug + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Debug + # CCOMPILER: clang-6.0 + # CXXCOMPILER: clang++-6.0 + # CUCUMBER_TIMEOUT: 60000 - - name: clang-15.0-debug-clang-tidy - continue-on-error: false - node: 16 - runs-on: ubuntu-22.04 - BUILD_TOOLS: ON - BUILD_TYPE: Debug - CCOMPILER: clang-15 - CXXCOMPILER: clang++-15 - CUCUMBER_TIMEOUT: 60000 - ENABLE_CLANG_TIDY: ON + # - name: clang-15.0-debug-clang-tidy + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-22.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Debug + # CCOMPILER: clang-15 + # CXXCOMPILER: clang++-15 + # CUCUMBER_TIMEOUT: 60000 + # ENABLE_CLANG_TIDY: ON - - name: conan-linux-debug-asan-ubsan - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: clang-11 - CXXCOMPILER: clang++-11 - ENABLE_CONAN: ON - ENABLE_SANITIZER: ON + # - name: conan-linux-debug-asan-ubsan + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Release + # CCOMPILER: clang-11 + # CXXCOMPILER: clang++-11 + # ENABLE_CONAN: ON + # ENABLE_SANITIZER: ON - - name: conan-linux-release - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: clang-6.0 - CXXCOMPILER: clang++-6.0 - ENABLE_CONAN: ON + # - name: conan-linux-release + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Release + # CCOMPILER: clang-6.0 + # CXXCOMPILER: clang++-6.0 + # ENABLE_CONAN: ON - - name: gcc-12-release - continue-on-error: false - node: 16 - runs-on: ubuntu-22.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: gcc-12 - CXXCOMPILER: g++-12 - ENABLE_BENCHMARKS: ON - CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized' + # - name: gcc-12-release + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-22.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Release + # CCOMPILER: gcc-12 + # CXXCOMPILER: g++-12 + # ENABLE_BENCHMARKS: ON + # CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized' - - name: gcc-11-release - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: gcc-11 - CXXCOMPILER: g++-11 - ENABLE_BENCHMARKS: ON + # - name: gcc-11-release + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Release + # CCOMPILER: gcc-11 + # CXXCOMPILER: g++-11 + # ENABLE_BENCHMARKS: ON - - name: gcc-10-release - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: gcc-10 - CXXCOMPILER: g++-10 + # - name: gcc-10-release + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Release + # CCOMPILER: gcc-10 + # CXXCOMPILER: g++-10 - - name: gcc-9-release - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: gcc-9 - CXXCOMPILER: g++-9 - CXXFLAGS: -Wno-cast-function-type + # - name: gcc-9-release + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Release + # CCOMPILER: gcc-9 + # CXXCOMPILER: g++-9 + # CXXFLAGS: -Wno-cast-function-type - - name: gcc-9-conan-release-i686 - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: gcc-9 - CFLAGS: "-m32 -msse2 -mfpmath=sse" - CXXCOMPILER: g++-9 - CXXFLAGS: "-m32 -msse2 -mfpmath=sse" - TARGET_ARCH: i686 - ENABLE_CONAN: ON + # - name: gcc-9-conan-release-i686 + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Release + # CCOMPILER: gcc-9 + # CFLAGS: "-m32 -msse2 -mfpmath=sse" + # CXXCOMPILER: g++-9 + # CXXFLAGS: "-m32 -msse2 -mfpmath=sse" + # TARGET_ARCH: i686 + # ENABLE_CONAN: ON - - name: gcc-8-release - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: gcc-8 - CXXCOMPILER: g++-8 - CXXFLAGS: -Wno-cast-function-type + # - name: gcc-8-release + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Release + # CCOMPILER: gcc-8 + # CXXCOMPILER: g++-8 + # CXXFLAGS: -Wno-cast-function-type - - name: conan-linux-release-node - build_node_package: true - continue-on-error: false - node: 18 - runs-on: ubuntu-20.04 - BUILD_TYPE: Release - CCOMPILER: clang-6.0 - CXXCOMPILER: clang++-6.0 - ENABLE_CONAN: ON - NODE_PACKAGE_TESTS_ONLY: ON + # - name: conan-linux-release-node + # build_node_package: true + # continue-on-error: false + # node: 18 + # runs-on: ubuntu-20.04 + # BUILD_TYPE: Release + # CCOMPILER: clang-6.0 + # CXXCOMPILER: clang++-6.0 + # ENABLE_CONAN: ON + # NODE_PACKAGE_TESTS_ONLY: ON - - name: conan-linux-debug-node - build_node_package: true - continue-on-error: false - node: 18 - runs-on: ubuntu-20.04 - BUILD_TYPE: Debug - CCOMPILER: clang-6.0 - CXXCOMPILER: clang++-6.0 - ENABLE_CONAN: ON - NODE_PACKAGE_TESTS_ONLY: ON + # - name: conan-linux-debug-node + # build_node_package: true + # continue-on-error: false + # node: 18 + # runs-on: ubuntu-20.04 + # BUILD_TYPE: Debug + # CCOMPILER: clang-6.0 + # CXXCOMPILER: clang++-6.0 + # ENABLE_CONAN: ON + # NODE_PACKAGE_TESTS_ONLY: ON - name: conan-macos-x64-release-node build_node_package: true