Skip to content

Commit 2612639

Browse files
committed
test: pin manifest to version 16
The latest version 17 manifest has a Clang-19 check, and amp-devcontainer-cpp is not yet on Clang-19
1 parent f7922e3 commit 2612639

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cpp/integration-tests.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setup_file() {
66
# Installing the Windows SDK/CRT takes a long time.
77
# When still valid, use the installation from cache.
88

9-
xwin --accept-license --cache-dir ${BATS_TEST_DIRNAME}/.xwin-hash list
9+
xwin --accept-license --manifest-version 16 --cache-dir ${BATS_TEST_DIRNAME}/.xwin-hash list
1010
HASH_LIST_MANIFEST=$(sha256sum ${BATS_TEST_DIRNAME}/.xwin-hash/dl/manifest*.json | awk '{ print $1 }')
1111
HASH_CACHED_MANIFEST=
1212

@@ -15,7 +15,7 @@ setup_file() {
1515
fi
1616

1717
if [[ $HASH_LIST_MANIFEST != $HASH_CACHED_MANIFEST ]]; then
18-
xwin --accept-license --cache-dir ${BATS_TEST_DIRNAME}/.xwin-cache splat --preserve-ms-arch-notation
18+
xwin --accept-license --manifest-version 16 --cache-dir ${BATS_TEST_DIRNAME}/.xwin-cache splat --preserve-ms-arch-notation
1919
fi
2020

2121
ln -sf ${BATS_TEST_DIRNAME}/.xwin-cache/splat/ /winsdk

0 commit comments

Comments
 (0)