Skip to content

Commit f1ac25a

Browse files
author
kavyasree
committed
Made changes in %check
1 parent ab25ede commit f1ac25a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SPECS/rust/rust.spec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,11 @@ USER=root SUDO_USER=root %make_build
121121
%check
122122
# We expect to generate dynamic CI contents in this folder, but it will fail since the .github folder is not included
123123
# with the published sources.
124-
mkdir -p .github/workflows
125-
./x.py run src/tools/expand-yaml-anchors
126124

127125
ln -s %{_topdir}/BUILD/rustc-%{version}-src/build/x86_64-unknown-linux-gnu/stage2-tools-bin/rustfmt %{_topdir}/BUILD/rustc-%{version}-src/build/x86_64-unknown-linux-gnu/stage0/bin/
128126
ln -s %{_topdir}/BUILD/rustc-%{version}-src/vendor/ /root/vendor
129127
# remove rustdoc ui flaky test issue-98690.rs (which is tagged with 'unstable-options')
130-
rm -v ./tests/rustdoc-ui/issue-98690.*
128+
rm -v ./tests/rustdoc-ui/issues/issue-98690.*
131129
%make_build check
132130

133131
%install

0 commit comments

Comments
 (0)