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.
compiler_builtins
1 parent 738a8fb commit 9a061d2Copy full SHA for 9a061d2
genbindings.sh
@@ -397,7 +397,7 @@ function REALLY_PIN_CC {
397
fi
398
rm -f "$CARGO_REGISTRY_CACHE/"cc-*.crate
399
[ -f ./cc-1.0.79.crate ] && mv ./cc-1.0.79.crate "$CARGO_REGISTRY_CACHE/"
400
- rm -f "$CARGO_REGISTRY_CACHE/"compiler_builtins-0.1.11*.crate
+ rm -f "$CARGO_REGISTRY_CACHE/"compiler_builtins-*.crate
401
[ -f ./compiler_builtins-0.1.109.crate ] && mv ./compiler_builtins-0.1.109.crate "$CARGO_REGISTRY_CACHE/"
402
else
403
echo "Couldn't find cargo cache, build-std builds are likely to fail!"
0 commit comments