Skip to content

Commit 6a39968

Browse files
committed
Remove failing DMD test which requires gdb 8
1 parent 99cd5b3 commit 6a39968

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

buildkite/build_project.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,10 @@ case "$REPO_FULL_NAME" in
230230
ninja -j2 ldc2 druntime-ldc phobos2-ldc
231231
;;
232232

233-
dlang/dmd | \
233+
dlang/dmd)
234+
# remove tests which require gdb 8 for now (see https://github.com/dlang/ci/pull/291)
235+
rm -rf test/runnable/gdb14330.d
236+
;&
234237
dlang/druntime | \
235238
dlang/phobos)
236239
"$DIR"/clone_repositories.sh

0 commit comments

Comments
 (0)