crates-build-env icon indicating copy to clipboard operation
crates-build-env copied to clipboard

Build environment for third-party Rust crates

Results 14 crates-build-env issues
Sort by recently updated
recently updated
newest added

This commit updates docker images to **Ubuntu 24.04** The following packages were removed by Ubuntu since 22.04: ``` libatk1.0-data libdns-export1110 libgcc1 libgl1-mesa-glx libgles2-mesa libhdf5-openmpi-103 libicu-le-hb-dev libicu-le-hb0 libilmbase25 libirs161 libisc-export1105 libisc1105...

Added `libfdisk-dev` to fix the build failure of [`rsfdisk-sys`](https://docs.rs/crate/rsfdisk-sys/latest). `pkg-config` could not find the necessary header files to build this FFI crate.

Reverts rust-lang/crates-build-env#156