Skip to content

Commit e520628

Browse files
bors[bot]cuviper
andauthored
Merge #39
39: Revert "Temporarily ignore i686 bench" r=cuviper a=cuviper This reverts commit 9da74e7. The codegen issue was fixed by updates to LLVM 14, rust-lang/rust#94764. Co-authored-by: Josh Stone <[email protected]>
2 parents 77c2d78 + 3ea14d2 commit e520628

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci/script.sh

Lines changed: 1 addition & 5 deletions
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)