File tree Expand file tree Collapse file tree 3 files changed +20
-24
lines changed Expand file tree Collapse file tree 3 files changed +20
-24
lines changed Original file line number Diff line number Diff line change 7
7
- staging
8
8
- trying
9
9
10
+ env :
11
+ CARGO_INCREMENTAL : 0
12
+ CARGO_NET_RETRY : 10
13
+ CC : deny_c
14
+ RUN_SLOW_TESTS : 1
15
+ RUSTFLAGS : -D warnings
16
+ RUSTUP_MAX_RETRIES : 10
17
+
10
18
jobs :
11
19
rust-audit :
12
20
name : Audit Rust vulnerabilities
13
21
runs-on : ubuntu-latest
14
- env :
15
- RUSTUP_MAX_RETRIES : 10
16
- CARGO_NET_RETRY : 10
17
-
18
22
steps :
19
23
- name : Install Rust toolchain
20
24
uses : actions-rs/toolchain@v1
46
50
matrix :
47
51
os : [ubuntu-latest, windows-latest, macos-latest]
48
52
49
- env :
50
- RUSTFLAGS : -D warnings
51
- CC : deny_c
52
- CARGO_INCREMENTAL : 0
53
- RUN_SLOW_TESTS : 1
54
- RUSTUP_MAX_RETRIES : 10
55
- CARGO_NET_RETRY : 10
56
-
57
53
steps :
58
54
- name : Checkout repository
59
55
uses : actions/checkout@v2
@@ -111,9 +107,6 @@ jobs:
111
107
typescript :
112
108
name : TypeScript
113
109
runs-on : ubuntu-latest
114
- env :
115
- CXX : g++-4.9
116
- CC : gcc-4.9
117
110
steps :
118
111
- name : Checkout repository
119
112
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 8
8
- release
9
9
- nightly
10
10
11
+ env :
12
+ CARGO_INCREMENTAL : 0
13
+ CARGO_NET_RETRY : 10
14
+ RUSTFLAGS : -D warnings
15
+ RUSTUP_MAX_RETRIES : 10
16
+
11
17
jobs :
12
18
dist :
13
19
name : dist
16
22
matrix :
17
23
os : [ubuntu-latest, windows-latest, macos-latest]
18
24
19
- env :
20
- RUSTFLAGS : -D warnings
21
- CARGO_INCREMENTAL : 0
22
- RUSTUP_MAX_RETRIES : 10
23
- CARGO_NET_RETRY : 10
24
-
25
25
steps :
26
26
- name : Checkout repository
27
27
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
7
+ env :
8
+ CARGO_INCREMENTAL : 0
9
+ CARGO_NET_RETRY : 10
10
+ RUSTFLAGS : -D warnings
11
+ RUSTUP_MAX_RETRIES : 10
12
+
7
13
jobs :
8
14
rustdoc :
9
15
runs-on : ubuntu-latest
10
- env :
11
- RUSTFLAGS : -D warnings
12
- CARGO_INCREMENTAL : 0
13
16
14
17
steps :
15
18
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments