We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4935eb6 commit 72cebc0Copy full SHA for 72cebc0
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
-(cd .. && CARGO_TARGET_DIRECTORY="build-${CC}-${PROTOCOL}/target" cargo sweep --maxsize 800MB)
+(cd .. && CARGO_TARGET_DIR="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