Skip to content

Commit 602e3dd

Browse files
committed
Remove build command from link script
1 parent 50b1022 commit 602e3dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ansible/roles/dev-desktop/files/scripts/link_rust.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ for D in rust*; do
1212
if [ -d "${D}" ]; then
1313
pushd "${D}"
1414

15-
./x.py build
16-
1715
if [[ -d "$D/build/$target/stage1" ]]; then
1816
rustup toolchain link "$D"_stage1 "$D/build/$target/stage1"
1917
fi

0 commit comments

Comments
 (0)