We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40dfffe + b36027f commit c7ab001Copy full SHA for c7ab001
ansible/roles/dev-desktop/files/scripts/link_rust.sh
@@ -20,13 +20,7 @@ for D in rust*; do
20
if [ -d "$D" ]; then
21
pushd "$D"
22
23
- bootstrap_version=$(grep 'pub const VERSION' src/bootstrap/lib.rs | grep -o '[0-9]*')
24
-
25
- if [ "$bootstrap_version" -gt 2 ]; then
26
- stages=(stage1-sysroot stage2-sysroot)
27
- else
28
- stages=(stage1 stage2)
29
- fi
+ stages=(stage1 stage2)
30
31
for stage in "${stages[@]}"; do
32
directory="build/${target}/${stage}"
0 commit comments