Skip to content

Commit 044080d

Browse files
wip
1 parent aea0d88 commit 044080d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -297,26 +297,26 @@ jobs:
297297
# CXXCOMPILER: g++-13
298298
# CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
299299

300-
# - name: gcc-12-release
301-
# continue-on-error: false
302-
# node: 20
303-
# runs-on: ubuntu-22.04
304-
# BUILD_TOOLS: ON
305-
# BUILD_TYPE: Release
306-
# CCOMPILER: gcc-12
307-
# CXXCOMPILER: g++-12
308-
# CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
300+
- name: gcc-12-release
301+
continue-on-error: false
302+
node: 20
303+
runs-on: ubuntu-22.04
304+
BUILD_TOOLS: ON
305+
BUILD_TYPE: Release
306+
CCOMPILER: gcc-12
307+
CXXCOMPILER: g++-12
308+
CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
309309

310-
# - name: conan-linux-release-node
311-
# build_node_package: true
312-
# continue-on-error: false
313-
# node: 20
314-
# runs-on: ubuntu-24.04
315-
# BUILD_TYPE: Release
316-
# CCOMPILER: clang-16
317-
# CXXCOMPILER: clang++-16
318-
# ENABLE_CONAN: ON
319-
# NODE_PACKAGE_TESTS_ONLY: ON
310+
- name: conan-linux-release-node
311+
build_node_package: true
312+
continue-on-error: false
313+
node: 20
314+
runs-on: ubuntu-24.04
315+
BUILD_TYPE: Release
316+
CCOMPILER: clang-16
317+
CXXCOMPILER: clang++-16
318+
ENABLE_CONAN: ON
319+
NODE_PACKAGE_TESTS_ONLY: ON
320320

321321
- name: conan-linux-debug-node
322322
build_node_package: true

0 commit comments

Comments
 (0)