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 9287abf commit 0da6994Copy full SHA for 0da6994
ansible/roles/dev-desktop/files/scripts/link_rust.sh
@@ -22,7 +22,7 @@ for D in rust*; do
22
23
bootstrap_version=$(grep 'pub const VERSION' src/bootstrap/lib.rs | grep -o '[0-9]*')
24
25
- if [ "$bootstrap_version" -eq 3 ]; then
+ if [ "$bootstrap_version" -gt 2 ]; then
26
stages=(stage1-sysroot stage2-sysroot)
27
else
28
stages=(stage1 stage2)
0 commit comments