Eric Kidd
Eric Kidd
Unfortunately, I am unlikely to have much time to work on this buildpack for the foreseeable future, since I have no projects left on Heroku. My apologies!
I am gradually moving away from OpenSSL and libpq across the projects I maintain, as described on #126. I am unlikely to ever find the time to add new features...
However, I do have some good news! Now that I've moved the build system to GitHub, it's relatively easy for me to add new Ubuntu packages to the image and...
Thank you to everyone working on shape transformations! Here is an implementation of `try_to_shape_mut` which passes via `as_slice_mut` (and is therefore fallible). I use this to reshape neural net parameters,...
Good idea! I'll consider that for Rust 1.47.0. I also want to update to PostgreSQL 12 at the same time.
I tried to update to Ubuntu 20.04 for the Rust 1.49.0 release, but it broke the `./test-image` tests for `sqlx`, which picked up a dependency on a shared library. So...
This might be worth revisiting at some point, now that I'm getting CI working on GitHub. This will make it easier to run all the linking tests on PRs, to...
I have just tried Ubuntu 20.04 again, and `sqlx` is still failing. ``` --- Test case for sqlx: ldd says: /lib/ld-musl-x86_64.so.1 (0x7f790b7e1000) [FAIL] Executable is not static! ``` `sqlx` now...
@asaaki Ah, thank you! I hadn't seen that note. I'm going to copy the affected binaries back to main container, and check the linking there. And I'll aim to release...
The PR #134 contains the new image testing script. Thank you to @asaaki! I plan to ship it when Rust 1.58 is released.