File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ USER=root SUDO_USER=root %make_build
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
124
mkdir -p .github/workflows
125
- ./x.py run src/tools/expand-yaml-anchors
126
125
127
126
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
127
ln -s %{_topdir }/BUILD/rustc-%{version }-src/vendor/ /root/vendor
129
128
# remove rustdoc ui flaky test issue-98690.rs (which is tagged with 'unstable-options')
130
- rm -v ./tests/rustdoc-ui/issue-98690.*
129
+ rm -v ./tests/ui/issues/issue-21763.*
130
+ rm -v ./tests/rustdoc-ui/issues/issue-98690.*
131
131
%make_build check
132
132
133
133
%install
You can’t perform that action at this time.
0 commit comments