Remove the gdb workaround

This commit is contained in:
Josh Stone 2018-06-12 16:15:57 -07:00
parent 820f98e2ae
commit 9552deab48
1 changed files with 0 additions and 7 deletions

View File

@ -421,13 +421,6 @@ sed -i.ffi -e '$a #[link(name = "ffi")] extern {}' \
find src/vendor -name .cargo-checksum.json \
-exec sed -i.uncheck -e 's/"files":{[^}]*}/"files":{ }/' '{}' '+'
%if 0%{?fedora} >= 29
# gdb-8.1.50 snapshots are hanging our debuginfo-gdb tests on 32-bit platforms,
# so just skip these tests for now...
sed -i.gdb-hang -e '/Skip debuginfo/a if mode == "debuginfo-gdb" { return; }' \
src/bootstrap/test.rs
%endif
%build