File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -270,16 +270,16 @@ jobs:
270270 # ENABLE_SANITIZER: ON
271271 # ENABLE_LTO: OFF
272272
273- - name : conan-linux-release
274- continue-on-error : false
275- node : 18
276- runs-on : ubuntu-24.04
277- BUILD_TOOLS : ON
278- BUILD_TYPE : Release
279- CCOMPILER : clang-18
280- CXXCOMPILER : clang++-18
281- ENABLE_CONAN : ON
282- ENABLE_LTO : OFF
273+ # - name: conan-linux-release
274+ # continue-on-error: false
275+ # node: 18
276+ # runs-on: ubuntu-24.04
277+ # BUILD_TOOLS: ON
278+ # BUILD_TYPE: Release
279+ # CCOMPILER: clang-18
280+ # CXXCOMPILER: clang++-18
281+ # ENABLE_CONAN: ON
282+ # ENABLE_LTO: OFF
283283
284284 # - name: gcc-14-release
285285 # continue-on-error: false
@@ -322,16 +322,16 @@ jobs:
322322 ENABLE_CONAN : ON
323323 NODE_PACKAGE_TESTS_ONLY : ON
324324
325- # - name: conan-linux-debug-node
326- # build_node_package: true
327- # continue-on-error: false
328- # node: 20
329- # runs-on: ubuntu-24.04
330- # BUILD_TYPE: Debug
331- # CCOMPILER: clang-16
332- # CXXCOMPILER: clang++-16
333- # ENABLE_CONAN: ON
334- # NODE_PACKAGE_TESTS_ONLY: ON
325+ - name : conan-linux-debug-node
326+ build_node_package : true
327+ continue-on-error : false
328+ node : 20
329+ runs-on : ubuntu-24.04
330+ BUILD_TYPE : Debug
331+ CCOMPILER : clang-16
332+ CXXCOMPILER : clang++-16
333+ ENABLE_CONAN : ON
334+ NODE_PACKAGE_TESTS_ONLY : ON
335335
336336 # - name: conan-macos-x64-release-node
337337 # build_node_package: true
You can’t perform that action at this time.
0 commit comments