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
Copy file name to clipboardExpand all lines: .github/workflows/bootstrap_rust.yml
+22-12Lines changed: 22 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ on:
5
5
workflow_dispatch:
6
6
7
7
env:
8
-
LLVM_VERSION: 20.1.8-2
8
+
LLVM_VERSION: 21.1.2-1
9
+
RUST_VERSION: 1.90.0
9
10
10
11
jobs:
11
12
cross_rust:
@@ -51,6 +52,7 @@ jobs:
51
52
libxml2-devel
52
53
zlib-devel
53
54
libzstd-devel
55
+
liblzma-devel
54
56
vim
55
57
python39-sphinx
56
58
python39-pytz
@@ -90,11 +92,11 @@ jobs:
90
92
ln bin/gcc.exe bin/${b}.exe
91
93
done
92
94
#RUST_URL="$(python3 -c "import tomli; from urllib.request import urlopen; x = tomli.load(urlopen('https://static.rust-lang.org/dist/channel-rust-nightly.toml')); a = [y for y in x['artifacts']['source-code']['target']['*'] if y['url'].endswith('.xz')]; print(a[0]['url'])")"
- run: DEL /F ${{ steps.cygwin.outputs.root }}\bin\git.exe
120
124
if: always()
@@ -165,6 +169,7 @@ jobs:
165
169
libxml2-devel
166
170
zlib-devel
167
171
libzstd-devel
172
+
liblzma-devel
168
173
vim
169
174
python39-sphinx
170
175
python39-pytz
@@ -204,11 +209,11 @@ jobs:
204
209
ln bin/gcc.exe bin/${b}.exe
205
210
done
206
211
#RUST_URL="$(python3 -c "import tomli; from urllib.request import urlopen; x = tomli.load(urlopen('https://static.rust-lang.org/dist/channel-rust-nightly.toml')); a = [y for y in x['artifacts']['source-code']['target']['*'] if y['url'].endswith('.xz')]; print(a[0]['url'])")"
0 commit comments