Skip to content

Commit

Permalink
Exclude test from druntime which requires gdb8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Oct 27, 2018
1 parent 1f86a09 commit ade4a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ case "$REPO_FULL_NAME" in
export TEMP="$TMP"
export TMPDIR="$TMP"
rm -rf "$TMP" && mkdir -p "$TMP"
# patch makefile which requires gdb 8 - see https://github.com/dlang/ci/pull/301
sed "s/TESTS+=rt_trap_exceptions_drt_gdb//" -i druntime/test/exceptions/Makefile
cd "$(basename "${REPO_FULL_NAME}")"&& make -f posix.mak clean && make -f posix.mak -j2 buildkite-test
rm -rf "$TMP"
;;
Expand Down

0 comments on commit ade4a81

Please sign in to comment.