You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
pkg-config
is getting removed in theapt-get purge
, even though it was explicitly installed incommon.sh
:https://dev.azure.com/rust-embedded/cross/_build/results?buildId=576&view=logs&j=ed13e0de-1834-5225-9caa-5c6f5a5a1fa1&t=91dd8e19-28bc-5135-e5ed-520472032e91&l=2665
But on
armv7-unknown-linux-gnueabihf
for instance, this is not happening:https://dev.azure.com/rust-embedded/cross/_build/results?buildId=576&view=logs&j=36c4a3c9-c17a-548c-f0e4-0d2902437e43&t=26e6497a-1b48-5743-221f-9d1b01950b2c&l=4078
And testing locally:
The text was updated successfully, but these errors were encountered: