-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest version of turbo (#33613)
- Loading branch information
Showing
4 changed files
with
90 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -661,7 +661,7 @@ jobs: | |
# since the repo's dependencies aren't installed we need | ||
# to install napi globally | ||
- run: npm i -g @napi-rs/[email protected] | ||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
|
||
- name: Build | ||
if: ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }} | ||
|
@@ -796,7 +796,7 @@ jobs: | |
# since the repo's dependencies aren't installed we need | ||
# to install napi globally | ||
- run: npm i -g @napi-rs/[email protected] | ||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
|
||
- name: Install | ||
uses: actions-rs/toolchain@v1 | ||
|
@@ -894,7 +894,7 @@ jobs: | |
# since the repo's dependencies aren't installed we need | ||
# to install napi globally | ||
- run: npm i -g @napi-rs/[email protected] | ||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
|
@@ -942,7 +942,7 @@ jobs: | |
# since the repo's dependencies aren't installed we need | ||
# to install napi globally | ||
- run: npm i -g @napi-rs/[email protected] | ||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
|
@@ -1015,7 +1015,7 @@ jobs: | |
- name: 'Build' | ||
run: | | ||
docker run --rm -v ~/.cargo/git:/root/.cargo/git -v ~/.cargo/registry:/root/.cargo/registry -v $(pwd):/build -w /build builder sh -c "npm i -g @napi-rs/[email protected] && npm i -g [email protected].24 && turbo run build-native --cache-dir=".turbo" -- --release --target x86_64-unknown-linux-musl" | ||
docker run --rm -v ~/.cargo/git:/root/.cargo/git -v ~/.cargo/registry:/root/.cargo/registry -v $(pwd):/build -w /build builder sh -c "npm i -g @napi-rs/[email protected] && npm i -g [email protected].28 && turbo run build-native --cache-dir=".turbo" -- --release --target x86_64-unknown-linux-musl" | ||
- name: Upload artifact | ||
uses: actions/upload-artifact@v2 | ||
|
@@ -1043,7 +1043,7 @@ jobs: | |
# since the repo's dependencies aren't installed we need | ||
# to install napi globally | ||
- run: npm i -g @napi-rs/[email protected] | ||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
|
||
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
|
@@ -1104,7 +1104,7 @@ jobs: | |
# since the repo's dependencies aren't installed we need | ||
# to install napi globally | ||
- run: npm i -g @napi-rs/[email protected] | ||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
|
@@ -1165,7 +1165,7 @@ jobs: | |
# since the repo's dependencies aren't installed we need | ||
# to install napi globally | ||
- run: npm i -g @napi-rs/[email protected] | ||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
|
||
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
|
@@ -1225,7 +1225,7 @@ jobs: | |
# since the repo's dependencies aren't installed we need | ||
# to install napi globally | ||
- run: npm i -g @napi-rs/[email protected] | ||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
|
||
- name: Install Rust | ||
uses: actions-rs/toolchain@v1 | ||
|
@@ -1285,7 +1285,7 @@ jobs: | |
override: true | ||
target: wasm32-unknown-unknown | ||
|
||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
|
||
- name: Turbo cache | ||
id: turbo-cache | ||
|
@@ -1330,7 +1330,7 @@ jobs: | |
with: | ||
node-version: 14 | ||
|
||
- run: npm i -g [email protected].24 | ||
- run: npm i -g [email protected].28 | ||
|
||
- name: Install Rust | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
# since the repo's dependencies aren't installed we need | ||
# to install napi globally | ||
- run: npm i -g @napi-rs/[email protected] | ||
- run: npm i -g [email protected].14 | ||
- run: npm i -g [email protected].28 | ||
|
||
- name: Build | ||
if: ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19574,83 +19574,83 @@ tunnel-agent@^0.6.0: | |
dependencies: | ||
safe-buffer "^5.0.1" | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.0.24.tgz#f135baff0e44f9160c9b027e8c4dd2d5c8bb10a7" | ||
integrity sha512-A65Wxp+jBMfI3QX2uObX6DKvk+TxNXTf7ufQTHvRSLeAreB8QiVzJdYE0nC6YdrRwfPgFY3L72dhYd2v8ouXDg== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.0.24.tgz#c360d7cc6a7403855733e3aebb841b1227fbbb2e" | ||
integrity sha512-31zfexqUhvk/CIfAUk2mwjlpEjIURXu4QG8hoWlGxpcpAhlnkIX6CXle+LoQSnU3+4EbNe2SE92fYXsT/SnHAg== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-freebsd-64/-/turbo-freebsd-64-1.0.24.tgz#9ef8914e7d1aaa995a8001a0ad81f7cc4520d332" | ||
integrity sha512-vZYbDkOHH5eeQrxsAYldrh2nDY884irtmgJdGbpjryJgnJx+xzriZfoFalm/d1ZfG3ArENRJqGU+k6BriefZzw== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-freebsd-arm64/-/turbo-freebsd-arm64-1.0.24.tgz#12644e8f1b077f9d7afb367f2b8c2a2e0592ca72" | ||
integrity sha512-TDIu1PlyusY8AB69KGM4wGrCjtfbzmVF4Hlgf9mVeSWVKzqkRASorOEq1k8KvfZ+sBTS2GBMpqwpa1KVkYpVhw== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-32/-/turbo-linux-32-1.0.24.tgz#6129f7560f5c48214c1724ae7e8196dedc56de21" | ||
integrity sha512-lhhK7914sUtuWYcDO8LV7NQkvTIwpAZlYH0XEOC/OTiYRQJvtKbEySLvefvtwuGjx7cGNI6OYraUsY3WWoK3FA== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.0.24.tgz#221e3e14037e8fc3108e12a62de209d8a47f0348" | ||
integrity sha512-EbfdrkwVsHDG7AIVQ1enWHoD6riAApx4VRAuFcQHTvJU9e+BuOQBMjb7e9jO4mUrpumtN3n20tP+86odRwsk5g== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.0.24.tgz#95891e7d4375ccbf2478677568557948be33717a" | ||
integrity sha512-H4rqlgP2L7G3iAB/un/7DclExzLUkQ1NoZ0p/1Oa7Wb8H1YUlc8GkwUmpIFd5AOFSPL75DjYvlS8T5Tm23i+1A== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-arm/-/turbo-linux-arm-1.0.24.tgz#f5acb74170a8b5a787915e799e7b52840c7c6982" | ||
integrity sha512-lCNDVEkwxcn0acyPFVJgV5N5vKAP4LfXb+8uW/JpGHVoPHSONKtzYQG05J1KbHXpIjUT+DNgFtshtsdZYOewZQ== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-mips64le/-/turbo-linux-mips64le-1.0.24.tgz#f2cc99570222ac42fdcc0d0638f13bc0176859f9" | ||
integrity sha512-AmrgQUDIe9AdNyh5YrI6pfMTUHD/gYfbylNmedLuN5Al3xINdZObcISzd/7VWd+V8wNW/1b9lUnt70Rv/KExfA== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-ppc64le/-/turbo-linux-ppc64le-1.0.24.tgz#4d9508290d24cfdbaca24e57d8bcd0127281e2ed" | ||
integrity sha512-+6ESjsfrvRUr1AsurNcRTrqYr+XHG8g763+hXLog1MP9mn1cufZqWlAyE4G8/MLXDHsEKgK+tXqPLIyLBRjLEw== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-windows-32/-/turbo-windows-32-1.0.24.tgz#2bf906c0cc9d675afc4693221fc339ade29e6c13" | ||
integrity sha512-pqRys+FfHxuLVmW/AariITL5qpItp4WPAsYnWLx4u7VpCOO/qmTAI/SL7/jnTm4gxjBv3uf//lisu0AvEZd+TA== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.0.24.tgz#5dd30b10110f2bb69caa479ddd72b4c471fb0dea" | ||
integrity sha512-YHAWha5XkW0Ate1HtwhzFD32kZFXtC8KB4ReEvHc9GM2inQob1ZinvktS0xi5MC5Sxl9+bObOWmsxeZPOgNCFA== | ||
|
||
[email protected].24: | ||
version "1.0.24" | ||
resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.0.24.tgz#5efdeb44aab2f5e97b24a3e0ed4a159bfcd0a877" | ||
integrity sha512-bfOr7iW48+chDl+yKiZ5FIWzXOF6xOIyrAGPaWI+I5CdD27IZCEGvqvTV/weaHvjLbV7otybHQ56XCybBlVjoA== | ||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.0.28.tgz#662392368698c4e698b31871f0953836872f7b0e" | ||
integrity sha512-uvARrncW6HNTFi7PFe4sq4JqSOKs1vPgWjJjOEyVhsCFwBgYkXxYsJSdDfO8OhvJa3wv+eYFAK5RaUCk80Z8eg== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.0.28.tgz#3ba1a6f9a960321391b8cf809ed8fab0276a499d" | ||
integrity sha512-d/ANU+RIq4Fx/MphkqFThvwOpb+NYDuR+07aV5w8cwI7ljw7hPAe3EW3CSlkPJhvjs6P/oh+F86jhh1Q581mVA== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-freebsd-64/-/turbo-freebsd-64-1.0.28.tgz#f94e39dc455573c0a42f96f1a84649b252bf0571" | ||
integrity sha512-JMJWftuWhJan+Momc39vbbwaLYEcMpYyBxIrumyIrIkQVaiSKs/6oEFzh1YA+KE16kAgzTPJPXFDkmsY3idAQg== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-freebsd-arm64/-/turbo-freebsd-arm64-1.0.28.tgz#5551f5c67a82a16ce1ba3193410764bae0849d1a" | ||
integrity sha512-fGJNE8qJUhosaIK5sGBheeve9y074FLWv8KfYuXMyV/6+dxpNV60HoAFvw8tL3q8TNp47pU6x8e8h+u1/rn1wQ== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-32/-/turbo-linux-32-1.0.28.tgz#742340e6ca7d77c4fb884159bbc8c7faa8d61026" | ||
integrity sha512-fE0qIExxYuVFo5WlVWY0DJ1YZ/w+EC9RheT9nc1tU2EK83XPE1CZFW4lFIsWsXnIy9337zUeNDFVoVxOxCBSUQ== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.0.28.tgz#167acbd2899c0da9252f755ae74d619aaf99efe6" | ||
integrity sha512-e+f/O1MlcKCMhJf10q1x+1KSImHwuFUW2+A6DbLk+ekBUW5RELC2qF7hGypCzcpm8xIqtj5A0kP3blFy60AMxw== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.0.28.tgz#785415e2a04125a69c7b1d45073150dbab3985f6" | ||
integrity sha512-zN0nQClxp4nP4edinbdTd/9CpPjgNPsULc8LgunuJD+B9A0NRcRP5NCDo8/6ctTWs456sE3UhUF3t2b+uEgDzw== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-arm/-/turbo-linux-arm-1.0.28.tgz#f6de485aa732ba14cc1c851ba30b0f0a901507f3" | ||
integrity sha512-PbB/RzN4W9M6sNZTvcjmc3PZ2S4CeFyQv/53tSs82pIlwM7NKVJzxVC0j3xCtoqoDDgXoJBhCpPV7MUEjCARQg== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-mips64le/-/turbo-linux-mips64le-1.0.28.tgz#4f993f387d90fa99037ad9592e98648fdb9ca608" | ||
integrity sha512-7LKmFS9M+AKW5slTHLz00Y4ovZh2CpjgMUkNNC6qtJB8YyWwXwoU0U7Yz28q3+rNVkcEiqWWx4l1Tj1AotTlaA== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-linux-ppc64le/-/turbo-linux-ppc64le-1.0.28.tgz#053163e9042790102ceb1d299a3b79b1aa197be4" | ||
integrity sha512-R382Op75XxcIiY1pWPnVnefxOeVbrVAeABIHLL1hKetbu9UPNzKAnQKqJYGzKIdTRKtPh5CQuErEFzs/Ky2ZgA== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-windows-32/-/turbo-windows-32-1.0.28.tgz#b2b735fa56182aaf4095c9e4555fcf39ba050561" | ||
integrity sha512-SjDgimlD5TMvkrFRtsJb4uVP7T44gwr0HqiIpAuWj1m5d8Pz/OisOoUkM/ISPKqVycIU5JF8wx0+CTnxC7YNhQ== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.0.28.tgz#7a2ad6f8416f04f20a1445c8b7123b80c6b16583" | ||
integrity sha512-nT7bgcdl/9QNGBiwCYwTQ2VszcsqJ4NqT4YkE954KFZYxgSwMjjVTdoXcsnXMHpWiMiYfFF7HZLecUNnDm1uUA== | ||
|
||
[email protected].28: | ||
version "1.0.28" | ||
resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.0.28.tgz#fb33cecd2d025e3140ddbcc8c274f0ed7328f09d" | ||
integrity sha512-5xmyVabNYqA0sCAU4VLdUS2A6GwIyy8FTszB/Fx4eNHwHudQwo00F2qORcDFwBHE4MqtnRoBFhL3ZJzo8c9A2w== | ||
optionalDependencies: | ||
turbo-darwin-64 "1.0.24" | ||
turbo-darwin-arm64 "1.0.24" | ||
turbo-freebsd-64 "1.0.24" | ||
turbo-freebsd-arm64 "1.0.24" | ||
turbo-linux-32 "1.0.24" | ||
turbo-linux-64 "1.0.24" | ||
turbo-linux-arm "1.0.24" | ||
turbo-linux-arm64 "1.0.24" | ||
turbo-linux-mips64le "1.0.24" | ||
turbo-linux-ppc64le "1.0.24" | ||
turbo-windows-32 "1.0.24" | ||
turbo-windows-64 "1.0.24" | ||
turbo-darwin-64 "1.0.28" | ||
turbo-darwin-arm64 "1.0.28" | ||
turbo-freebsd-64 "1.0.28" | ||
turbo-freebsd-arm64 "1.0.28" | ||
turbo-linux-32 "1.0.28" | ||
turbo-linux-64 "1.0.28" | ||
turbo-linux-arm "1.0.28" | ||
turbo-linux-arm64 "1.0.28" | ||
turbo-linux-mips64le "1.0.28" | ||
turbo-linux-ppc64le "1.0.28" | ||
turbo-windows-32 "1.0.28" | ||
turbo-windows-64 "1.0.28" | ||
|
||
tweetnacl@^0.14.3, tweetnacl@~0.14.0: | ||
version "0.14.5" | ||
|
@@ -20531,6 +20531,7 @@ [email protected]: | |
source-map "~0.6.1" | ||
|
||
"webpack-sources3@npm:[email protected]", webpack-sources@^3.2.3: | ||
name webpack-sources3 | ||
version "3.2.3" | ||
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" | ||
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== | ||
|