From 7553a3fc7d1dc57b7a0aed60884aadbaa255a877 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 25 May 2024 22:10:36 +0200 Subject: [PATCH] wip --- .github/workflows/osrm-backend.yml | 19 +++++++++---------- include/util/geojson_debug_policy_toolkit.hpp | 1 - 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index cde42c028..f9acd42eb 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -245,16 +245,6 @@ jobs: # CXXCOMPILER: clang++-15 # ENABLE_CONAN: ON - - name: gcc-14-release - continue-on-error: false - node: 20 - runs-on: ubuntu-24.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: gcc-14 - CXXCOMPILER: g++-14 - CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized' - # - name: gcc-13-release # continue-on-error: false # node: 20 @@ -275,6 +265,15 @@ jobs: # CXXCOMPILER: g++-12 # CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized' + - name: gcc-11-release + continue-on-error: false + node: 20 + runs-on: ubuntu-22.04 + BUILD_TOOLS: ON + BUILD_TYPE: Release + CCOMPILER: gcc-11 + CXXCOMPILER: g++-11 + # - name: conan-linux-release-node # build_node_package: true # continue-on-error: false diff --git a/include/util/geojson_debug_policy_toolkit.hpp b/include/util/geojson_debug_policy_toolkit.hpp index fcf15e1ab..33371ebd0 100644 --- a/include/util/geojson_debug_policy_toolkit.hpp +++ b/include/util/geojson_debug_policy_toolkit.hpp @@ -103,7 +103,6 @@ inline util::json::Array makeJsonArray(const std::vector &inpu { util::json::Array coordinates; - std::transform(input_coordinates.begin(), input_coordinates.end(), std::back_inserter(coordinates.values),