File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,11 @@ USER=root SUDO_USER=root %make_build
121
121
%check
122
122
# We expect to generate dynamic CI contents in this folder, but it will fail since the .github folder is not included
123
123
# with the published sources.
124
- mkdir -p .github/workflows
125
- ./x.py run src/tools/expand-yaml-anchors
126
124
127
125
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/
128
126
ln -s %{_topdir }/BUILD/rustc-%{version }-src/vendor/ /root/vendor
129
127
# 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.*
131
129
%make_build check
132
130
133
131
%install
You can’t perform that action at this time.
0 commit comments