Skip to content

Commit 8caec83

Browse files
chore(deps, cpp): update gdb-multiarch, mull-20 (#1209)
* Update gdb-multiarch, mull-20 * chore: fail step when tests in docker fail --------- Co-authored-by: philips-software-forest-releaser[bot] <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Co-authored-by: Ron <45816308+rjaegers@users.noreply.github.com>
1 parent 618174e commit 8caec83

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.devcontainer/cpp/apt-requirements-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gdb-multiarch": "15.0.50.20240403-0ubuntu1",
2+
"gdb-multiarch": "15.1-1ubuntu1~24.04.1",
33
"ninja-build": "1.11.1-2",
44
"python3-pip": "24.0+dfsg-1ubuntu1.3",
55
"unzip": "6.0-28ubuntu4.1",

.devcontainer/cpp/apt-requirements-clang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"libclang-rt-20-dev": "1:20.1.8~++20250804090239+87f0227cb601-1~exp1~20250804210352.139",
88
"lld-20": "1:20.1.8~++20250804090239+87f0227cb601-1~exp1~20250804210352.139",
99
"llvm-20": "1:20.1.8~++20250804090239+87f0227cb601-1~exp1~20250804210352.139",
10-
"mull-20": "0.29.0"
10+
"mull-20": "0.30.0"
1111
}

.github/workflows/wc-integration-test-docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
persist-credentials: false
5555
- run: echo "arch=$(echo "${RUNNER_ARCH}" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
5656
id: runner-arch
57-
- run: bats --formatter junit "${TEST_FILE}" | tee "test-report-${IMAGE_BASENAME}-${RUNNER_ARCH}.xml"
57+
- run: |
58+
set -Eeuo pipefail
59+
bats --formatter junit "${TEST_FILE}" | tee "test-report-${IMAGE_BASENAME}-${RUNNER_ARCH}.xml"
5860
env:
5961
IMAGE_BASENAME: ${{ inputs.image-basename }}
6062
TEST_FILE: ${{ inputs.test-file }}

0 commit comments

Comments
 (0)