File tree 19 files changed +103
-1
lines changed
19 files changed +103
-1
lines changed Original file line number Diff line number Diff line change
1
+ --retry-max-time 60
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ concurrency:
10
10
group : ${{ github.workflow }}-${{ github.ref }}
11
11
cancel-in-progress : true
12
12
13
+ env :
14
+ # When getting Rust dependencies, retry on network error:
15
+ CARGO_NET_RETRY : 10
16
+ # Use the local .curlrc
17
+ CURL_HOME : .
18
+
13
19
jobs :
14
20
build_matrix :
15
21
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 6
6
- master
7
7
pull_request :
8
8
9
+ env :
10
+ # When getting Rust dependencies, retry on network error:
11
+ CARGO_NET_RETRY : 10
12
+ # Use the local .curlrc
13
+ CURL_HOME : .
14
+
9
15
jobs :
10
16
frontend :
11
17
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ concurrency:
9
9
group : ${{ github.workflow }}-${{ github.ref }}
10
10
cancel-in-progress : true
11
11
12
+ env :
13
+ # When getting Rust dependencies, retry on network error:
14
+ CARGO_NET_RETRY : 10
15
+ # Use the local .curlrc
16
+ CURL_HOME : .
17
+
12
18
jobs :
13
19
check :
14
20
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ concurrency:
10
10
group : ${{ github.workflow }}-${{ github.ref }}
11
11
cancel-in-progress : true
12
12
13
+ env :
14
+ # When getting Rust dependencies, retry on network error:
15
+ CARGO_NET_RETRY : 10
16
+ # Use the local .curlrc
17
+ CURL_HOME : .
18
+
13
19
jobs :
14
20
cargo-deny :
15
21
name : license-check:required
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ concurrency:
9
9
group : ${{ github.workflow }}-${{ github.ref }}
10
10
cancel-in-progress : true
11
11
12
+ env :
13
+ # When getting Rust dependencies, retry on network error:
14
+ CARGO_NET_RETRY : 10
15
+ # Use the local .curlrc
16
+ CURL_HOME : .
17
+
12
18
jobs :
13
19
build_dfx :
14
20
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ concurrency:
6
6
group : ${{ github.workflow }}-${{ github.ref }}
7
7
cancel-in-progress : true
8
8
9
+ env :
10
+ # When getting Rust dependencies, retry on network error:
11
+ CARGO_NET_RETRY : 10
12
+ # Use the local .curlrc
13
+ CURL_HOME : .
14
+
9
15
jobs :
10
16
test :
11
17
name : fmt
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ concurrency:
6
6
group : ${{ github.workflow }}-${{ github.ref }}
7
7
cancel-in-progress : true
8
8
9
+ env :
10
+ # When getting Rust dependencies, retry on network error:
11
+ CARGO_NET_RETRY : 10
12
+ # Use the local .curlrc
13
+ CURL_HOME : .
14
+
9
15
jobs :
10
16
test :
11
17
name : lint
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ concurrency:
18
18
group : ${{ github.workflow }}-${{ github.ref }}
19
19
cancel-in-progress : true
20
20
21
+ env :
22
+ # When getting Rust dependencies, retry on network error:
23
+ CARGO_NET_RETRY : 10
24
+ # Use the local .curlrc
25
+ CURL_HOME : .
26
+
21
27
jobs :
22
28
niv-updater :
23
29
name : ' Check for Motoko updates'
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ concurrency:
17
17
group : ${{ github.workflow }}-${{ github.ref }}
18
18
cancel-in-progress : true
19
19
20
+ env :
21
+ # When getting Rust dependencies, retry on network error:
22
+ CARGO_NET_RETRY : 10
23
+ # Use the local .curlrc
24
+ CURL_HOME : .
25
+
20
26
jobs :
21
27
niv-updater :
22
28
name : ' Check for updates'
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ concurrency:
14
14
group : ${{ github.workflow }}-${{ github.ref }}
15
15
cancel-in-progress : true
16
16
17
+ env :
18
+ # When getting Rust dependencies, retry on network error:
19
+ CARGO_NET_RETRY : 10
20
+ # Use the local .curlrc
21
+ CURL_HOME : .
22
+
17
23
jobs :
18
24
check :
19
25
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ concurrency:
12
12
group : ${{ github.workflow }}-${{ github.ref }}
13
13
cancel-in-progress : true
14
14
15
+ env :
16
+ # When getting Rust dependencies, retry on network error:
17
+ CARGO_NET_RETRY : 10
18
+ # Use the local .curlrc
19
+ CURL_HOME : .
20
+
15
21
jobs :
16
22
prepare :
17
23
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ concurrency:
9
9
group : ${{ github.workflow }}-${{ github.ref }}
10
10
cancel-in-progress : true
11
11
12
+ env :
13
+ # When getting Rust dependencies, retry on network error:
14
+ CARGO_NET_RETRY : 10
15
+ # Use the local .curlrc
16
+ CURL_HOME : .
17
+
12
18
jobs :
13
19
publish-manifest :
14
20
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ concurrency:
15
15
group : ${{ github.workflow }}-${{ github.ref }}
16
16
cancel-in-progress : true
17
17
18
+ env :
19
+ # When getting Rust dependencies, retry on network error:
20
+ CARGO_NET_RETRY : 10
21
+ # Use the local .curlrc
22
+ CURL_HOME : .
23
+
18
24
jobs :
19
25
build_dfx :
20
26
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ concurrency:
14
14
group : ${{ github.workflow }}-${{ github.ref }}
15
15
cancel-in-progress : true
16
16
17
+ env :
18
+ # When getting Rust dependencies, retry on network error:
19
+ CARGO_NET_RETRY : 10
20
+ # Use the local .curlrc
21
+ CURL_HOME : .
22
+
17
23
jobs :
18
24
check_macos :
19
25
# ubuntu-latest has shellcheck 0.4.6, while macos-latest has 0.7.1
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ concurrency:
9
9
group : ${{ github.workflow }}-${{ github.ref }}
10
10
cancel-in-progress : true
11
11
12
+ env :
13
+ # When getting Rust dependencies, retry on network error:
14
+ CARGO_NET_RETRY : 10
15
+ # Use the local .curlrc
16
+ CURL_HOME : .
17
+
12
18
jobs :
13
19
test :
14
20
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ concurrency:
6
6
group : ${{ github.workflow }}-${{ github.ref }}
7
7
cancel-in-progress : true
8
8
9
+ env :
10
+ # When getting Rust dependencies, retry on network error:
11
+ CARGO_NET_RETRY : 10
12
+ # Use the local .curlrc
13
+ CURL_HOME : .
14
+
9
15
jobs :
10
16
update_dfx_json_schema :
11
17
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -23,7 +23,11 @@ concurrency:
23
23
24
24
env :
25
25
IC_RELEASES_API : " https://ic-api.internetcomputer.org/api/v3/subnet-replica-versions?limit=50&offset=0"
26
-
26
+ # When getting Rust dependencies, retry on network error:
27
+ CARGO_NET_RETRY : 10
28
+ # Use the local .curlrc
29
+ CURL_HOME : .
30
+
27
31
jobs :
28
32
update-replica :
29
33
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change
1
+ fetch-retries = 10
You can’t perform that action at this time.
0 commit comments