Skip to content

Commit 3ea14d2

Browse files
committed
Revert "Temporarily ignore i686 bench"
This reverts commit 9da74e7. The codegen issue was fixed by updates to LLVM 14, rust-lang/rust#94764.
1 parent 77c2d78 commit 3ea14d2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci/script.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ fi
1919

2020
$cargo build -v --all $target_param --features "$features"
2121
$cargo test -v --all $target_param --features "$features"
22-
# Temporarily ignoring bench on other targets due to an i686 regression in rustc
23-
# https://github.com/rust-lang/rust/issues/94032
24-
if [ -z "$TARGET" ]; then
25-
$cargo bench -v --all $target_param --features "$features" -- --test # don't actually record numbers
26-
fi
22+
$cargo bench -v --all $target_param --features "$features" -- --test # don't actually record numbers
2723
$cargo doc -v --all $target_param --features "$features"
2824

2925
$cargo test -v -p primal-sieve --features "$features primal-sieve/safe"

0 commit comments

Comments
 (0)