We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9aa12 commit 4935eb6Copy full SHA for 4935eb6
ci-build.sh
@@ -160,7 +160,7 @@ time make -j$(($NPROCS - 1))
160
ccache -s
161
### incrementally purge old content from cargo source cache and target directory
162
# cargo cache trim --limit 100M # cargo now manages its cache itself
163
-cargo sweep --maxsize 800MB
+(cd .. && CARGO_TARGET_DIRECTORY="build-${CC}-${PROTOCOL}/target" cargo sweep --maxsize 800MB)
164
165
if [ $WITH_TESTS -eq 0 ] ; then
166
echo "Build done, skipping tests"
0 commit comments