Skip to content

Commit 2a3ac81

Browse files
chore(main): release 6.5.3 (#993)
* chore(main): release 6.5.3 * test: try to fix intermittent test failures --------- Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Co-authored-by: Ron <[email protected]>
1 parent 48bab37 commit 2a3ac81

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.5.2"
2+
".": "6.5.3"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [6.5.3](https://github.com/philips-software/amp-devcontainer/compare/v6.5.2...v6.5.3) (2025-10-27)
8+
9+
10+
### Chores
11+
12+
* **deps, cpp:** Update github.copilot in devcontainer.json ([#990](https://github.com/philips-software/amp-devcontainer/issues/990)) ([7a54af1](https://github.com/philips-software/amp-devcontainer/commit/7a54af1dfd0e89d0f2866ff5b60f395b4a38a799))
13+
* **deps, cpp:** Update mull-18 ([#992](https://github.com/philips-software/amp-devcontainer/issues/992)) ([e02094b](https://github.com/philips-software/amp-devcontainer/commit/e02094bf8c8c85edcea8ce30925320394263968c))
14+
* **deps, rust:** Update github.copilot in devcontainer.json ([#991](https://github.com/philips-software/amp-devcontainer/issues/991)) ([2ca0f68](https://github.com/philips-software/amp-devcontainer/commit/2ca0f68fb9dbd65dd0b0cd8762b9290ffbcff637))
15+
* **deps:** Bump cmake from 4.1.0 to 4.1.2 in /.devcontainer ([#994](https://github.com/philips-software/amp-devcontainer/issues/994)) ([da18df5](https://github.com/philips-software/amp-devcontainer/commit/da18df5c1df6ef4f85830be64dc54ce6ccce5df2))
16+
717
## [6.5.2](https://github.com/philips-software/amp-devcontainer/compare/v6.5.1...v6.5.2) (2025-10-22)
818

919

test/cpp/integration-tests.bats

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -273,21 +273,7 @@ function get_expected_semver_for() {
273273
}
274274

275275
function install_win_sdk() {
276-
# Installing the Windows SDK/CRT takes a long time.
277-
# When still valid, use the installation from cache.
278-
279-
xwin --accept-license --manifest-version 16 --cache-dir ${BATS_TEST_DIRNAME}/.xwin-hash list
280-
local HASH_LIST_MANIFEST=$(sha256sum ${BATS_TEST_DIRNAME}/.xwin-hash/dl/manifest*.json | awk '{ print $1 }')
281-
local HASH_CACHED_MANIFEST=
282-
283-
if [[ -d ${BATS_TEST_DIRNAME}/.xwin-cache/dl ]]; then
284-
HASH_CACHED_MANIFEST=$(sha256sum ${BATS_TEST_DIRNAME}/.xwin-cache/dl/manifest*.json | awk '{ print $1 }')
285-
fi
286-
287-
if [[ $HASH_LIST_MANIFEST != $HASH_CACHED_MANIFEST ]]; then
288-
xwin --accept-license --manifest-version 16 --cache-dir ${BATS_TEST_DIRNAME}/.xwin-cache splat --preserve-ms-arch-notation
289-
fi
290-
276+
xwin --http-retry 2 --accept-license --manifest-version 16 --cache-dir ${BATS_TEST_DIRNAME}/.xwin-cache splat --preserve-ms-arch-notation
291277
ln -sf ${BATS_TEST_DIRNAME}/.xwin-cache/splat/ /winsdk
292278
}
293279

0 commit comments

Comments
 (0)