43
43
env :
44
44
RELEASE_NAME : development
45
45
# RUSTFLAGS: -A warnings
46
- RUSTV : ${{ matrix.rust-branch }}
47
46
RUST_BACKTRACE : full
48
- RUST_BIN_DIR : target/${{ matrix.rust-target }}
49
47
SKIP_WASM_BUILD : 1
50
48
TARGET : ${{ matrix.rust-target }}
51
49
steps :
@@ -55,10 +53,10 @@ jobs:
55
53
- name : Install dependencies
56
54
run : sudo apt-get update && sudo apt-get install -y build-essential
57
55
58
- - name : Install Rust ${{ matrix.rust-branch }}
56
+ - name : Install Rust Nightly
59
57
uses :
actions-rs/[email protected]
60
58
with :
61
- toolchain : ${{ matrix.rust-branch }}
59
+ toolchain : nightly
62
60
components : rustfmt
63
61
profile : minimal
64
62
@@ -84,11 +82,10 @@ jobs:
84
82
env :
85
83
RELEASE_NAME : development
86
84
# RUSTFLAGS: -A warnings
87
- RUSTV : ${{ matrix.rust-branch }}
88
85
RUST_BACKTRACE : full
89
- RUST_BIN_DIR : target/${{ matrix.rust-target }}
90
86
SKIP_WASM_BUILD : 1
91
87
TARGET : ${{ matrix.rust-target }}
88
+ RUST_BIN_DIR : target/${{ matrix.rust-target }}
92
89
steps :
93
90
- name : Check-out repository under $GITHUB_WORKSPACE
94
91
uses : actions/checkout@v4
98
95
sudo apt-get update &&
99
96
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
100
97
101
- - name : Install Rust ${{ matrix.rust-branch }}
102
- uses :
actions-rs/[email protected]
103
- with :
104
- toolchain : ${{ matrix.rust-branch }}
105
- components : rustfmt, clippy
106
- profile : minimal
107
-
108
98
- name : Utilize Shared Rust Cache
109
99
110
100
with :
@@ -128,12 +118,11 @@ jobs:
128
118
# - macos-latest
129
119
env :
130
120
RELEASE_NAME : development
131
- RUSTV : ${{ matrix.rust-branch }}
132
121
RUSTFLAGS : -D warnings
133
122
RUST_BACKTRACE : full
134
- RUST_BIN_DIR : target/${{ matrix.rust-target }}
135
123
SKIP_WASM_BUILD : 1
136
124
TARGET : ${{ matrix.rust-target }}
125
+ RUST_BIN_DIR : target/${{ matrix.rust-target }}
137
126
steps :
138
127
- name : Check-out repository under $GITHUB_WORKSPACE
139
128
uses : actions/checkout@v4
@@ -166,8 +155,6 @@ jobs:
166
155
runs-on : SubtensorCI
167
156
strategy :
168
157
matrix :
169
- rust-branch :
170
- - stable
171
158
rust-target :
172
159
- x86_64-unknown-linux-gnu
173
160
# - x86_64-apple-darwin
@@ -180,7 +167,6 @@ jobs:
180
167
env :
181
168
RELEASE_NAME : development
182
169
# RUSTFLAGS: -A warnings
183
- RUSTV : ${{ matrix.rust-branch }}
184
170
RUST_BACKTRACE : full
185
171
RUST_BIN_DIR : target/${{ matrix.rust-target }}
186
172
SKIP_WASM_BUILD : 1
@@ -194,13 +180,6 @@ jobs:
194
180
sudo apt-get update &&
195
181
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
196
182
197
- - name : Install Rust ${{ matrix.rust-branch }}
198
- uses :
actions-rs/[email protected]
199
- with :
200
- toolchain : ${{ matrix.rust-branch }}
201
- components : rustfmt, clippy
202
- profile : minimal
203
-
204
183
- name : Utilize Shared Rust Cache
205
184
206
185
with :
@@ -215,8 +194,6 @@ jobs:
215
194
runs-on : SubtensorCI
216
195
strategy :
217
196
matrix :
218
- rust-branch :
219
- - stable
220
197
rust-target :
221
198
- x86_64-unknown-linux-gnu
222
199
# - x86_64-apple-darwin
@@ -229,7 +206,6 @@ jobs:
229
206
env :
230
207
RELEASE_NAME : development
231
208
# RUSTFLAGS: -A warnings
232
- RUSTV : ${{ matrix.rust-branch }}
233
209
RUST_BACKTRACE : full
234
210
RUST_BIN_DIR : target/${{ matrix.rust-target }}
235
211
SKIP_WASM_BUILD : 1
@@ -243,13 +219,6 @@ jobs:
243
219
sudo apt-get update &&
244
220
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
245
221
246
- - name : Install Rust ${{ matrix.rust-branch }}
247
- uses :
actions-rs/[email protected]
248
- with :
249
- toolchain : ${{ matrix.rust-branch }}
250
- components : rustfmt, clippy
251
- profile : minimal
252
-
253
222
- name : Utilize Rust shared cached
254
223
255
224
with :
@@ -278,7 +247,6 @@ jobs:
278
247
env :
279
248
RELEASE_NAME : development
280
249
# RUSTFLAGS: -A warnings
281
- RUSTV : ${{ matrix.rust-branch }}
282
250
RUST_BACKTRACE : full
283
251
RUST_BIN_DIR : target/${{ matrix.rust-target }}
284
252
SKIP_WASM_BUILD : 1
@@ -292,13 +260,6 @@ jobs:
292
260
sudo apt-get update &&
293
261
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
294
262
295
- - name : Install Rust ${{ matrix.rust-branch }}
296
- uses :
actions-rs/[email protected]
297
- with :
298
- toolchain : ${{ matrix.rust-branch }}
299
- components : rustfmt, clippy
300
- profile : minimal
301
-
302
263
- name : Utilize Rust shared cached
303
264
304
265
with :
@@ -322,12 +283,6 @@ jobs:
322
283
runs-on : SubtensorCI
323
284
324
285
steps :
325
- - name : Install stable Rust
326
- uses : actions-rs/toolchain@v1
327
- with :
328
- profile : minimal
329
- toolchain : stable
330
-
331
286
- name : Install Zepter
332
287
run : cargo install --locked -q zepter && zepter --version
333
288
0 commit comments