From 272cbc909783c33d2669f1369ac78ee54101bf2d Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 25 May 2024 22:02:30 +0200 Subject: [PATCH] wip --- .github/workflows/osrm-backend.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index f9acd42eb..cde42c028 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -245,6 +245,16 @@ 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 @@ -265,15 +275,6 @@ 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