We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee1aa9 commit b988ea1Copy full SHA for b988ea1
ci/run.sh
@@ -157,9 +157,7 @@ for rlib in "${rlib_paths[@]}"; do
157
grep_has_results=0
158
grep -v -F -x -f "$defined" "$undefined" && grep_has_results=1
159
160
- if [ "$target" = "powerpc64-unknown-linux-gnu" ]; then
161
- echo "FIXME: powerpc64 fails these tests"
162
- elif [ "$grep_has_results" != 0 ]; then
+ if [ "$grep_has_results" != 0 ]; then
163
echo "error: found unexpected references to core"
164
exit 1
165
else
0 commit comments