-
Notifications
You must be signed in to change notification settings - Fork 423
Closed
Description
pkg-config
is getting removed in the apt-get purge
, even though it was explicitly installed in common.sh
:
But on armv7-unknown-linux-gnueabihf
for instance, this is not happening:
And testing locally:
$ docker run rustembedded/cross:arm-unknown-linux-gnueabihf which pkg-config || echo "not found"
not found
$ docker run rustembedded/cross:armv7-unknown-linux-gnueabihf which pkg-config
/usr/bin/pkg-config