File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313env :
1414 NDK_VERSION : ' 28.2.13676358'
15+ # Absorb transient npm registry / CDN flakes during `npm install` in Apps/CMakeLists.txt.
16+ # npm's default fetch-retries is 2; bump to 5 (npm's own exponential backoff handles spacing).
17+ npm_config_fetch_retries : ' 5'
1518
1619jobs :
1720 build :
Original file line number Diff line number Diff line change 1515 type : string
1616 default : macos-latest
1717
18+ # Absorb transient npm registry / CDN flakes during `npm install` in Apps/CMakeLists.txt.
19+ # npm's default fetch-retries is 2; bump to 5 (npm's own exponential backoff handles spacing).
20+ env :
21+ npm_config_fetch_retries : ' 5'
22+
1823jobs :
1924 build :
2025 runs-on : ${{ inputs.runs-on }}
Original file line number Diff line number Diff line change 2020env :
2121 UBSAN_OPTIONS : halt_on_error=1:print_stacktrace=1:symbolize=1
2222 ASAN_OPTIONS : abort_on_error=1
23+ # Absorb transient npm registry / CDN flakes during `npm install` in Apps/CMakeLists.txt.
24+ # npm's default fetch-retries is 2; bump to 5 (npm's own exponential backoff handles spacing).
25+ npm_config_fetch_retries : ' 5'
2326
2427jobs :
2528 build :
Original file line number Diff line number Diff line change 2323env :
2424 UBSAN_OPTIONS : halt_on_error=1:print_stacktrace=1:symbolize=1
2525 ASAN_OPTIONS : abort_on_error=1
26+ # Absorb transient npm registry / CDN flakes during `npm install` in Apps/CMakeLists.txt.
27+ # npm's default fetch-retries is 2; bump to 5 (npm's own exponential backoff handles spacing).
28+ npm_config_fetch_retries : ' 5'
2629
2730jobs :
2831 build :
Original file line number Diff line number Diff line change 1111 type : string
1212 default : direct
1313
14+ # Absorb transient npm registry / CDN flakes during `npm install` in Apps/CMakeLists.txt.
15+ # npm's default fetch-retries is 2; bump to 5 (npm's own exponential backoff handles spacing).
16+ env :
17+ npm_config_fetch_retries : ' 5'
18+
1419jobs :
1520 build :
1621 runs-on : windows-2022
Original file line number Diff line number Diff line change 88 type : string
99 default : x64
1010
11+ # Absorb transient npm registry / CDN flakes during `npm install` in Apps/CMakeLists.txt.
12+ # npm's default fetch-retries is 2; bump to 5 (npm's own exponential backoff handles spacing).
13+ env :
14+ npm_config_fetch_retries : ' 5'
15+
1116jobs :
1217 build :
1318 runs-on : windows-2022
Original file line number Diff line number Diff line change 1919 type : boolean
2020 default : false
2121
22+ # Absorb transient npm registry / CDN flakes during `npm install` in Apps/CMakeLists.txt.
23+ # npm's default fetch-retries is 2; bump to 5 (npm's own exponential backoff handles spacing).
24+ env :
25+ npm_config_fetch_retries : ' 5'
26+
2227jobs :
2328 build :
2429 runs-on : windows-2022
You can’t perform that action at this time.
0 commit comments