You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-03-24T16:42:27.2252966Z ##[group]Run rustup toolchain install stable --profile minimal --no-self-update
2024-03-24T16:42:27.2253610Z �[36;1mrustup toolchain install stable --profile minimal --no-self-update�[0m
2024-03-24T16:42:27.2264461Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
2024-03-24T16:42:27.2264930Z env:
2024-03-24T16:42:27.2265110Z IS_WINDOWS: 1
2024-03-24T16:42:27.2265324Z ##[endgroup]
2024-03-24T16:42:31.0347401Z info: syncing channel updates for 'stable-x86_64-pc-windows-msvc'
2024-03-24T16:42:31.2804450Z info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
2024-03-24T16:42:31.3071696Z info: downloading component 'clippy'
2024-03-24T16:42:31.3514460Z info: downloading component 'rustfmt'
2024-03-24T16:42:31.3877478Z info: downloading component 'rust-std' for 'x86_64-pc-windows-gnu'
2024-03-24T16:42:31.5770929Z info: downloading component 'rust-std' for 'i686-pc-windows-msvc'
2024-03-24T16:42:31.7326962Z info: downloading component 'cargo'
2024-03-24T16:42:31.8066557Z info: downloading component 'rust-std'
2024-03-24T16:42:32.0286540Z info: downloading component 'rustc'
2024-03-24T16:42:32.9822555Z info: removing previous version of component 'clippy'
2024-03-24T16:42:33.0712838Z info: removing previous version of component 'rustfmt'
2024-03-24T16:42:33.0894244Z info: removing previous version of component 'rust-std' for 'x86_64-pc-windows-gnu'
2024-03-24T16:42:33.1418836Z info: removing previous version of component 'rust-std' for 'i686-pc-windows-msvc'
2024-03-24T16:42:33.1761092Z info: removing previous version of component 'cargo'
2024-03-24T16:42:33.2652728Z info: removing previous version of component 'rust-std'
2024-03-24T16:42:33.3145340Z info: removing previous version of component 'rustc'
2024-03-24T16:42:33.3757858Z info: installing component 'clippy'
2024-03-24T16:42:33.6375647Z info: installing component 'rustfmt'
2024-03-24T16:42:33.8605877Z info: installing component 'rust-std' for 'x86_64-pc-windows-gnu'
2024-03-24T16:42:36.4854953Z info: installing component 'rust-std' for 'i686-pc-windows-msvc'
2024-03-24T16:42:37.7814407Z info: installing component 'cargo'
2024-03-24T16:42:38.3383942Z info: installing component 'rust-std'
2024-03-24T16:42:39.7265799Z info: installing component 'rustc'
Rustup version
rustup 1.27.0 (bbb9276d2 2024-03-08)info: This is the version for the rustup toolchain manager, not the rustc compiler.info: The currently active `rustc` version is `rustc 1.77.0 (aedd173a2 2024-03-17)`
Installed toolchains
Default host: x86_64-pc-windows-msvcrustup home: C:\Users\runneradmin\.rustupinstalled targets for active toolchain--------------------------------------i686-pc-windows-msvcx86_64-pc-windows-gnux86_64-pc-windows-msvcactive toolchain----------------stable-x86_64-pc-windows-msvc (default)rustc 1.77.0 (aedd173a2 2024-03-17)(This output from another workflow run https://github.com/bluss/pyproject-local-kernel/actions/runs/8411099546/job/23030300765 )
The text was updated successfully, but these errors were encountered:
It's not duplicating that issue in any way that I can see at least. In my case there is no error or failure, it installs and runs, just installs too many components.
bluss
changed the title
Windows CI doesn't install minimal profile
Windows CI installs more than minimal profile
Mar 24, 2024
Problem
Hey, I found this issue in github actions / CI - i don't otherwise use rustup on windows, so I don't know if this is a known behaviour.
Using
rustup toolchain install stable --profile minimal --no-self-update
is installing clippy and rustfmt, that doesn't seem like a minimal profile?Steps
Possible Solution(s)
No response
Notes
Install log details components it's installing
Rustup version
Installed toolchains
The text was updated successfully, but these errors were encountered: