Skip to content

Commit 94b0ef8

Browse files
committed
Exclude debuginfo tests from bors
Stepping through a debugger is more difficult now Boehm has its own SIGSEGV handler. These tests are deprecated anyway, and the rust team are working on removing them. More info: rust-lang#47163
1 parent b0094c0 commit 94b0ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildbot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ set -e
77
# Ensure the build fails if it uses excessive amounts of memory.
88
ulimit -d $((1024 * 1024 * 8)) # 8 GiB
99

10-
./x.py test --stage 1 --exclude rustdoc-json
10+
./x.py test --stage 1 --exclude rustdoc-json --exclude debuginfo

0 commit comments

Comments
 (0)