mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01:00
docker/ubuntu/22.04: Delete unused librocksdb.a build artifact from base image.
Thanks to Giovanni Bottaro.
This commit is contained in:
parent
92da7381ce
commit
7046010ff9
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ LDFLAGS="-Wl,--strip-all" \
|
||||||
cmake -H. -Bbuild ${rocksdb_cmake} \
|
cmake -H. -Bbuild ${rocksdb_cmake} \
|
||||||
&& cmake --build build --target install --parallel `nproc` \
|
&& cmake --build build --target install --parallel `nproc` \
|
||||||
&& rm -rf build \
|
&& rm -rf build \
|
||||||
|
&& rm -rf /usr/lib/$(uname -m)-linux-gnu/librocksdb.a \
|
||||||
&& eval ${do_purge} ${packages_rocksdb_dev} \
|
&& eval ${do_purge} ${packages_rocksdb_dev} \
|
||||||
&& eval ${do_clean} \
|
&& eval ${do_clean} \
|
||||||
&& true
|
&& true
|
||||||
|
|
Loading…
Reference in a new issue