Skip to content

Commit

Permalink
chore: Update v8 snapshot cache (#29750)
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

---------

Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and cypress-bot[bot] authored Jun 26, 2024
1 parent c3694a8 commit fd51f40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions tooling/v8-snapshot/cache/darwin/snapshot-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@
"./node_modules/ws/lib/validation.js",
"./node_modules/ws/lib/websocket-server.js",
"./node_modules/ws/lib/websocket.js",
"./node_modules/xdg-trashdir/node_modules/xdg-basedir/index.js",
"./node_modules/xdg-basedir/index.js",
"./node_modules/xml2js/lib/xml2js.js",
"./packages/config/index.js",
"./packages/config/src/options.ts",
Expand Down Expand Up @@ -2210,6 +2210,7 @@
"./node_modules/ipaddr.js/lib/ipaddr.js",
"./node_modules/is-binary-path/index.js",
"./node_modules/is-buffer/index.js",
"./node_modules/is-ci/index.js",
"./node_modules/is-core-module/core.json",
"./node_modules/is-core-module/index.js",
"./node_modules/is-dotfile/index.js",
Expand Down Expand Up @@ -4351,5 +4352,5 @@
"./tooling/v8-snapshot/cache/darwin/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "00b32aef25f2e5f2eda62643aaba67c7d81fa2ce758520b18681f7323cb0d582"
"deferredHash": "f7ad8b998e773f23e154b5486d7bc410d7b49da55b20e00c6d43baeff83f4bef"
}
5 changes: 3 additions & 2 deletions tooling/v8-snapshot/cache/linux/snapshot-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
"./node_modules/ws/lib/validation.js",
"./node_modules/ws/lib/websocket-server.js",
"./node_modules/ws/lib/websocket.js",
"./node_modules/xdg-trashdir/node_modules/xdg-basedir/index.js",
"./node_modules/xdg-basedir/index.js",
"./node_modules/xml2js/lib/xml2js.js",
"./packages/config/index.js",
"./packages/config/src/options.ts",
Expand Down Expand Up @@ -2211,6 +2211,7 @@
"./node_modules/ipaddr.js/lib/ipaddr.js",
"./node_modules/is-binary-path/index.js",
"./node_modules/is-buffer/index.js",
"./node_modules/is-ci/index.js",
"./node_modules/is-core-module/core.json",
"./node_modules/is-core-module/index.js",
"./node_modules/is-dotfile/index.js",
Expand Down Expand Up @@ -4354,5 +4355,5 @@
"./tooling/v8-snapshot/cache/linux/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "00b32aef25f2e5f2eda62643aaba67c7d81fa2ce758520b18681f7323cb0d582"
"deferredHash": "f7ad8b998e773f23e154b5486d7bc410d7b49da55b20e00c6d43baeff83f4bef"
}
5 changes: 3 additions & 2 deletions tooling/v8-snapshot/cache/win32/snapshot-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
"./node_modules/ws/lib/validation.js",
"./node_modules/ws/lib/websocket-server.js",
"./node_modules/ws/lib/websocket.js",
"./node_modules/xdg-trashdir/node_modules/xdg-basedir/index.js",
"./node_modules/xdg-basedir/index.js",
"./node_modules/xml2js/lib/xml2js.js",
"./packages/config/index.js",
"./packages/config/src/options.ts",
Expand Down Expand Up @@ -2213,6 +2213,7 @@
"./node_modules/ipaddr.js/lib/ipaddr.js",
"./node_modules/is-binary-path/index.js",
"./node_modules/is-buffer/index.js",
"./node_modules/is-ci/index.js",
"./node_modules/is-core-module/core.json",
"./node_modules/is-core-module/index.js",
"./node_modules/is-dotfile/index.js",
Expand Down Expand Up @@ -4354,5 +4355,5 @@
"./tooling/v8-snapshot/cache/win32/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "2f252e6b0ea332582f29452a3a6f44bcb3eb2356ea37fb81f4af320fb1111025"
"deferredHash": "6875cde904573913ba35e281d8ac7e6d94ca1e04f9b3cadef0ac6965ca2506f2"
}

3 comments on commit fd51f40

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fd51f40 Jun 26, 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 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.12.1/linux-x64/develop-fd51f406f371c4847d3672b45db6484f30ce7b64/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fd51f40 Jun 26, 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.12.1/linux-arm64/develop-fd51f406f371c4847d3672b45db6484f30ce7b64/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fd51f40 Jun 26, 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.12.1/win32-x64/develop-fd51f406f371c4847d3672b45db6484f30ce7b64/cypress.tgz

Please sign in to comment.