From 875b66121703f7e5e08ccfecb987133dd8cb9d3d Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Fri, 12 Jun 2026 10:50:06 +0200 Subject: [PATCH 1/2] Refs #24612. Update fastcdr fallback branch in reusable workflows. Signed-off-by: Miguel Company --- .github/workflows/reusable-ubuntu-ci.yml | 2 +- .github/workflows/reusable-windows-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index bd5dfc16..c565974e 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -36,7 +36,7 @@ on: description: 'Branch or tag of Fast CDR repository (https://github.com/eProsima/Fast-CDR)' required: false type: string - default: 'master' + default: '2.3.x' run-build: description: 'Build Fast DDS Python (CI skipped otherwise)' required: false diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index 48673c5c..3684aa3a 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -46,7 +46,7 @@ on: description: 'Branch or tag of Fast CDR repository (https://github.com/eProsima/Fast-CDR)' required: false type: string - default: 'master' + default: '2.3.x' run-build: description: 'Build Fast DDS Python (CI skipped otherwise)' required: false From 219cd9d231a9d3c7dabe1d089dcde20ffaf4404b Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Fri, 12 Jun 2026 11:07:35 +0200 Subject: [PATCH 2/2] Refs #24612. Fix fastcdr version in repos files. Signed-off-by: Miguel Company --- fastdds_python.repos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastdds_python.repos b/fastdds_python.repos index 1dd5c86f..7045161d 100644 --- a/fastdds_python.repos +++ b/fastdds_python.repos @@ -6,7 +6,7 @@ repositories: fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: master + version: 2.3.x fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git