We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cd5b3 commit 6a39968Copy full SHA for 6a39968
1 file changed
buildkite/build_project.sh
@@ -230,7 +230,10 @@ case "$REPO_FULL_NAME" in
230
ninja -j2 ldc2 druntime-ldc phobos2-ldc
231
;;
232
233
- dlang/dmd | \
+ 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
+ ;&
237
dlang/druntime | \
238
dlang/phobos)
239
"$DIR"/clone_repositories.sh
0 commit comments