From 24746916694b100cc65c70bd7fd6ab253ea2488f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Aug 2026 22:15:32 +0000 Subject: [PATCH 1/4] externpro 26.01.5-32-gc634276 --- .devcontainer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer b/.devcontainer index 8197a3e..c634276 160000 --- a/.devcontainer +++ b/.devcontainer @@ -1 +1 @@ -Subproject commit 8197a3e71c5f51595fbc808454483b28c2f2d8bd +Subproject commit c634276f7d0da765a81f8abcce433ea5546d64f6 From 392afbdc84f1a0d0cd5e2039911c1020c0aeb64d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Aug 2026 22:15:32 +0000 Subject: [PATCH 2/4] sync GitHub Actions workflows --- .github/workflows/xpbuild.yml | 2 +- .github/workflows/xprelease.yml | 2 +- .github/workflows/xptag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/xpbuild.yml b/.github/workflows/xpbuild.yml index b212a19..4aff061 100644 --- a/.github/workflows/xpbuild.yml +++ b/.github/workflows/xpbuild.yml @@ -14,7 +14,7 @@ jobs: contents: read pull-requests: write packages: write - uses: externpro/externpro/.github/workflows/build-linux.yml@25.07.17 + uses: externpro/externpro/.github/workflows/build-linux.yml@26.01.5 secrets: automation_token: ${{ secrets.GHCR_TOKEN }} with: diff --git a/.github/workflows/xprelease.yml b/.github/workflows/xprelease.yml index 2a174bf..a13942d 100644 --- a/.github/workflows/xprelease.yml +++ b/.github/workflows/xprelease.yml @@ -34,7 +34,7 @@ jobs: # Upload build artifacts as release assets release-from-build: if: github.event_name == 'workflow_dispatch' - uses: externpro/externpro/.github/workflows/release-from-build.yml@25.07.17 + uses: externpro/externpro/.github/workflows/release-from-build.yml@26.01.5 with: workflow_run_url: ${{ github.event.inputs.workflow_run_url }} artifact_pattern: '*.rpm' diff --git a/.github/workflows/xptag.yml b/.github/workflows/xptag.yml index fcf6e72..1f6b019 100644 --- a/.github/workflows/xptag.yml +++ b/.github/workflows/xptag.yml @@ -8,7 +8,7 @@ on: jobs: tag: if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'xpro' && contains(github.event.pull_request.labels.*.name, 'release:tag') }} - uses: externpro/externpro/.github/workflows/tag-release.yml@25.07.17 + uses: externpro/externpro/.github/workflows/tag-release.yml@26.01.5 with: merge_sha: ${{ github.event.pull_request.merge_commit_sha }} pr_number: ${{ github.event.pull_request.number }} From b216c91765ea3fa03bfd7b4eb5c548e9a12f6500 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Aug 2026 22:15:32 +0000 Subject: [PATCH 3/4] update .github/release-tag.json --- .github/release-tag.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-tag.json b/.github/release-tag.json index 9bb4861..c1e4e8b 100644 --- a/.github/release-tag.json +++ b/.github/release-tag.json @@ -1,4 +1,4 @@ { - "message": "xpro version 4.3.0.1 tag", - "tag": "xpv4.3.0.1" + "message": "xpro version 4.3.0.2 tag", + "tag": "xpv4.3.0.2" } From e28720a1240181fe0382de0f1852f38079c1ae30 Mon Sep 17 00:00:00 2001 From: Scott M Anderson Date: Mon, 31 Aug 2026 16:20:03 -0600 Subject: [PATCH 4/4] CMakePresets: copied from externpro cp .devcontainer/cmake/presets/CMakePresets.json . --- CMakePresets.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 621cce6..28efa39 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -1,6 +1,9 @@ { "version": 8, "include": [ - ".devcontainer/cmake/presets/xpLinuxNinja.json" + ".devcontainer/cmake/presets/xpLinuxNinja.json", + ".devcontainer/cmake/presets/xpDarwinNinja.json", + ".devcontainer/cmake/presets/xpMswVs2022.json", + ".devcontainer/cmake/presets/xpMswVs2026.json" ] }