Skip to content

Commit

Permalink
chore: Update v8 snapshot cache (#28998)
Browse files Browse the repository at this point in the history
* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

* chore: updating v8 snapshot cache

---------

Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
  • Loading branch information
3 people committed Feb 29, 2024
1 parent 96362b4 commit 22aacb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions tooling/v8-snapshot/cache/darwin/snapshot-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@
"./node_modules/cp-file/fs.js",
"./node_modules/cp-file/node_modules/semver/semver.js",
"./node_modules/cp-file/progress-emitter.js",
"./node_modules/cross-fetch/node_modules/node-fetch/lib/index.js",
"./node_modules/cross-spawn-async/lib/parse.js",
"./node_modules/cross-spawn-async/lib/resolveCommand.js",
"./node_modules/debug/src/browser.js",
Expand Down Expand Up @@ -3691,7 +3690,6 @@
"./packages/data-context/node_modules/ast-types/lib/types.js",
"./packages/data-context/node_modules/ast-types/main.js",
"./packages/data-context/node_modules/brace-expansion/index.js",
"./packages/data-context/node_modules/cross-fetch/dist/node-ponyfill.js",
"./packages/data-context/node_modules/cross-spawn/index.js",
"./packages/data-context/node_modules/cross-spawn/lib/enoent.js",
"./packages/data-context/node_modules/cross-spawn/lib/parse.js",
Expand Down Expand Up @@ -4318,5 +4316,5 @@
"./tooling/v8-snapshot/cache/darwin/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "36343347abdcd6955e6f2c0e7cf60b7f50d041d841eece41ae59773d62dae7b3"
"deferredHash": "513ac10fb30d8db8cdf3f539f1dd78a715bc69e947f244ebf133e7fbc28c14ae"
}
4 changes: 1 addition & 3 deletions tooling/v8-snapshot/cache/linux/snapshot-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@
"./node_modules/cp-file/fs.js",
"./node_modules/cp-file/node_modules/semver/semver.js",
"./node_modules/cp-file/progress-emitter.js",
"./node_modules/cross-fetch/node_modules/node-fetch/lib/index.js",
"./node_modules/cross-spawn-async/lib/parse.js",
"./node_modules/cross-spawn-async/lib/resolveCommand.js",
"./node_modules/debug/src/browser.js",
Expand Down Expand Up @@ -3690,7 +3689,6 @@
"./packages/data-context/node_modules/ast-types/lib/types.js",
"./packages/data-context/node_modules/ast-types/main.js",
"./packages/data-context/node_modules/brace-expansion/index.js",
"./packages/data-context/node_modules/cross-fetch/dist/node-ponyfill.js",
"./packages/data-context/node_modules/cross-spawn/index.js",
"./packages/data-context/node_modules/cross-spawn/lib/enoent.js",
"./packages/data-context/node_modules/cross-spawn/lib/parse.js",
Expand Down Expand Up @@ -4317,5 +4315,5 @@
"./tooling/v8-snapshot/cache/linux/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "36343347abdcd6955e6f2c0e7cf60b7f50d041d841eece41ae59773d62dae7b3"
"deferredHash": "513ac10fb30d8db8cdf3f539f1dd78a715bc69e947f244ebf133e7fbc28c14ae"
}
4 changes: 1 addition & 3 deletions tooling/v8-snapshot/cache/win32/snapshot-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@
"./node_modules/cp-file/fs.js",
"./node_modules/cp-file/node_modules/semver/semver.js",
"./node_modules/cp-file/progress-emitter.js",
"./node_modules/cross-fetch/node_modules/node-fetch/lib/index.js",
"./node_modules/cross-spawn-async/lib/parse.js",
"./node_modules/cross-spawn-async/lib/resolveCommand.js",
"./node_modules/debug/src/browser.js",
Expand Down Expand Up @@ -3690,7 +3689,6 @@
"./packages/data-context/node_modules/ast-types/lib/types.js",
"./packages/data-context/node_modules/ast-types/main.js",
"./packages/data-context/node_modules/brace-expansion/index.js",
"./packages/data-context/node_modules/cross-fetch/dist/node-ponyfill.js",
"./packages/data-context/node_modules/cross-spawn/index.js",
"./packages/data-context/node_modules/cross-spawn/lib/enoent.js",
"./packages/data-context/node_modules/cross-spawn/lib/parse.js",
Expand Down Expand Up @@ -4317,5 +4315,5 @@
"./tooling/v8-snapshot/cache/win32/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "f360d5af7ee4451d73a90d4fa6eaf259aba149a25a3f201272ab33e5d2b3160e"
"deferredHash": "7f4c4b31d91af9e60270b852d88fa074843b54d327f9c280058f5d4e0fe625fe"
}

4 comments on commit 22aacb1

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 22aacb1 Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.6.7/linux-arm64/develop-22aacb1a4c95722df9a8c723b44799f4f59aa110/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 22aacb1 Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.6.7/darwin-x64/develop-22aacb1a4c95722df9a8c723b44799f4f59aa110/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 22aacb1 Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.6.7/win32-x64/develop-22aacb1a4c95722df9a8c723b44799f4f59aa110/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 22aacb1 Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.6.7/darwin-arm64/develop-22aacb1a4c95722df9a8c723b44799f4f59aa110/cypress.tgz

Please sign in to comment.