We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6210ee2 commit df45a06Copy full SHA for df45a06
build_sysroot/build_sysroot.sh
@@ -37,3 +37,4 @@ fi
37
# Copy files to sysroot
38
mkdir -p "$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib/"
39
cp -a "target/$TARGET_TRIPLE/$sysroot_channel/deps/"* "$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib/"
40
+rm "$dir/sysroot/lib/rustlib/$TARGET_TRIPLE/lib/"*.{rmeta,d}
0 commit comments