Skip to content

Commit 8e2384a

Browse files
committed
Remove failing DMD test which requires gdb 8
1 parent 836925c commit 8e2384a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

buildkite/build_project.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ case "$REPO_FULL_NAME" in
259259
export TEMP="$TMP"
260260
export TMPDIR="$TMP"
261261
rm -rf "$TMP" && mkdir -p "$TMP"
262-
cd "$(basename "${REPO_FULL_NAME}")"&& make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
262+
# remove tests which require gdb 8 for now (see https://github.com/dlang/ci/pull/291)
263+
rm -rf dmd/test/runnable/gdb14330.d
264+
cd "$(basename "${REPO_FULL_NAME}")" && make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
263265
rm -rf "$TMP"
264266
;;
265267

0 commit comments

Comments
 (0)