There was an error while loading. Please reload this page.
1 parent 836925c commit 8e2384aCopy full SHA for 8e2384a
1 file changed
buildkite/build_project.sh
@@ -259,7 +259,9 @@ case "$REPO_FULL_NAME" in
259
export TEMP="$TMP"
260
export TMPDIR="$TMP"
261
rm -rf "$TMP" && mkdir -p "$TMP"
262
- cd "$(basename "${REPO_FULL_NAME}")"&& make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
+ # 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
265
rm -rf "$TMP"
266
;;
267
0 commit comments