rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
600 stars 74 forks source link

Upgrade EOL Docker images #224

Closed mati865 closed 5 years ago

gnzlbg commented 5 years ago

Thank you! If you want to continue this work, I think only libc remains, but its going to be tricky to do that there. If you want to give that a try, ping me before attempting it (ideally on Discord or Zulip).

mati865 commented 5 years ago

I was wondering how many tests would break in libc repository and I expected worse: https://travis-ci.com/mati865/libc/builds/102825742 https://github.com/mati865/libc/commit/199d131f7a24b03db63dd42845e047a017945a75

15 images were upgraded and "only" 11 tests broke but I don't have experience with that repository so even if I'll be able to fix it don't expect it soon.

gnzlbg commented 5 years ago

The test that could break are disabled on master, because they require newer Linux versions (they are "skipped" in libc/libc-test/build.rs).

If you want to give that a try, it would be better to go one image at a time.