Skip to content

Commit b988ea1

Browse files
committed
experiment: remove ppc fixme
1 parent 8ee1aa9 commit b988ea1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ for rlib in "${rlib_paths[@]}"; do
157157
grep_has_results=0
158158
grep -v -F -x -f "$defined" "$undefined" && grep_has_results=1
159159

160-
if [ "$target" = "powerpc64-unknown-linux-gnu" ]; then
161-
echo "FIXME: powerpc64 fails these tests"
162-
elif [ "$grep_has_results" != 0 ]; then
160+
if [ "$grep_has_results" != 0 ]; then
163161
echo "error: found unexpected references to core"
164162
exit 1
165163
else

0 commit comments

Comments
 (0)