Skip to content

Commit

Permalink
Pin nightly version
Browse files Browse the repository at this point in the history
The build is currently failing:

<https://github.com/image-rs/jpeg-decoder/runs/5618199478>

1. `aarch64_target_feature` was stabilized in rust-lang/rust#90621
2. `neon`/`fp` must be activated together, which is not yet the case for
   some intrinsics in `std`. See rust-lang/rust#91608 and
   rust-lang/rust#95044.

Once either of the above solutions lands we can remove
`aarch64_target_feature` and unpin nightly again.
  • Loading branch information
HeroicKatora committed Mar 21, 2022
1 parent cd14251 commit e891258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

strategy:
matrix:
rust: [nightly]
rust: [nightly-2022-03-01]
features: ["", "rayon", "nightly_aarch64_neon"]

steps:
Expand Down

0 comments on commit e891258

Please sign in to comment.