From e2601d1e0ac331e0f6589cddb949b894699ccca0 Mon Sep 17 00:00:00 2001 From: Timothy Simpson Date: Mon, 15 Jun 2026 18:01:43 +0100 Subject: [PATCH 1/3] Tracking down macOS xerces weirdness --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2edc6ff..95c7bbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,15 +40,9 @@ jobs: - 22 - 24 opendds_branch: - - master - - latest-release + - node_xerces_testing m: - - {os: ubuntu-22.04, dds_security: 1} - - {os: ubuntu-22.04, dds_security: 0} - {os: macos-14, dds_security: 1} - - {os: macos-14, dds_security: 0} - - {os: windows-2022, dds_security: 1} - - {os: windows-2022, dds_security: 0} runs-on: ${{ matrix.m.os }} steps: From f0e7335508629fedc7a8cf3980cdde458898cfcb Mon Sep 17 00:00:00 2001 From: Timothy Simpson Date: Mon, 15 Jun 2026 22:48:09 +0100 Subject: [PATCH 2/3] test revert --- src/node-opendds.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/node-opendds.cpp b/src/node-opendds.cpp index 9db6f5a..6d3dd65 100644 --- a/src/node-opendds.cpp +++ b/src/node-opendds.cpp @@ -21,6 +21,8 @@ using NodeOpenDDS::NodePBITListener; using NodeOpenDDS::NodeValueReader; using OpenDDS::DCPS::Data_Types_Register; +// This comment will trigger CI + namespace { std::vector participants_; std::string cft_name("CFT000001"); // unique names for ContentFilteredTopic From e7d981dd3f89788381ed96504ee98f20f167094b Mon Sep 17 00:00:00 2001 From: Timothy Simpson Date: Tue, 16 Jun 2026 11:37:14 +0100 Subject: [PATCH 3/3] attempt optional lib for xmltypeprovider --- src/node-opendds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node-opendds.cpp b/src/node-opendds.cpp index 6d3dd65..774469a 100644 --- a/src/node-opendds.cpp +++ b/src/node-opendds.cpp @@ -21,7 +21,7 @@ using NodeOpenDDS::NodePBITListener; using NodeOpenDDS::NodeValueReader; using OpenDDS::DCPS::Data_Types_Register; -// This comment will trigger CI +// This comment will trigger CI again namespace { std::vector participants_;