0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-16 01:43:49 +02:00

docker/ubuntu/22.04: Delete unused librocksdb.a build artifact from base image.

Thanks to Giovanni Bottaro.
This commit is contained in:
Jason Volk 2023-03-24 16:52:20 -07:00
parent 92da7381ce
commit 7046010ff9

View file

@ -108,6 +108,7 @@ LDFLAGS="-Wl,--strip-all" \
cmake -H. -Bbuild ${rocksdb_cmake} \
&& cmake --build build --target install --parallel `nproc` \
&& rm -rf build \
&& rm -rf /usr/lib/$(uname -m)-linux-gnu/librocksdb.a \
&& eval ${do_purge} ${packages_rocksdb_dev} \
&& eval ${do_clean} \
&& true