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 36
36
code-target : win32-arm64
37
37
- os : ubuntu-latest
38
38
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
40
42
code-target : linux-x64
41
43
- os : ubuntu-latest
42
44
target : aarch64-unknown-linux-gnu
71
73
with :
72
74
node-version : 22
73
75
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
+
74
82
- name : Install Rust toolchain
75
83
run : |
76
84
rustup update --no-self-update stable
You can’t perform that action at this time.
0 commit comments