File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments