File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/tools/rust-analyzer/.github/workflows Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 3636 code-target : win32-arm64
3737 - os : ubuntu-latest
3838 target : x86_64-unknown-linux-gnu
39- zig_target : x86_64-unknown-linux-gnu.2.28
39+ # Use a container with glibc 2.28
40+ # Zig is not used because it doesn't work with PGO
41+ container : quay.io/pypa/manylinux_2_28_x86_64
4042 code-target : linux-x64
4143 - os : ubuntu-latest
4244 target : aarch64-unknown-linux-gnu
7173 with :
7274 node-version : 22
7375
76+ - name : Install rustup
77+ if : ${{ matrix.container }}
78+ run : |
79+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
80+ echo "$HOME/.cargo/bin" >> $GITHUB_PATH
81+
7482 - name : Install Rust toolchain
7583 run : |
7684 rustup update --no-self-update stable
You can’t perform that action at this time.
0 commit comments