Skip to content

Commit 646ab02

Browse files
committed
ci: Use sdk-build v1.3.8
This commit updates the CI workflow to use the SDK build image v1.3.8, which includes more up-to-date MinGW-w64 toolchain (v12.0.0) with win32 and posix thread model support. The posix thread model support is necessary for building Windows LLVM, which makes use of `std::thread`, which depends on pthread. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 597d42f commit 646ab02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
MATRIX_HOSTS+='{
248248
"name": "linux-x86_64",
249249
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
250-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.4",
250+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
251251
"archive": "tar.xz"
252252
},'
253253
fi
@@ -256,7 +256,7 @@ jobs:
256256
MATRIX_HOSTS+='{
257257
"name": "linux-aarch64",
258258
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
259-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.4",
259+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
260260
"archive": "tar.xz"
261261
},'
262262
fi
@@ -283,7 +283,7 @@ jobs:
283283
MATRIX_HOSTS+='{
284284
"name": "windows-x86_64",
285285
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
286-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.4",
286+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
287287
"archive": "7z"
288288
},'
289289
fi

0 commit comments

Comments
 (0)