Skip to content

Commit

Permalink
chore: updating v8 snapshot cache (#30830)
Browse files Browse the repository at this point in the history
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and cypress-bot[bot] authored Jan 7, 2025
1 parent b57a7d4 commit e9740f7
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions tooling/v8-snapshot/cache/win32/snapshot-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,9 @@
"./packages/data-context/node_modules/fs-extra/lib/path-exists/index.js",
"./packages/data-context/node_modules/get-stream/buffer-stream.js",
"./packages/data-context/node_modules/readdirp/index.js",
"./packages/data-context/node_modules/readdirp/node_modules/picomatch/index.js",
"./packages/data-context/node_modules/readdirp/node_modules/picomatch/lib/constants.js",
"./packages/data-context/node_modules/readdirp/node_modules/picomatch/lib/picomatch.js",
"./packages/data-context/node_modules/supports-color/index.js",
"./packages/data-context/src/DataActions.ts",
"./packages/data-context/src/DataContext.ts",
Expand Down Expand Up @@ -2446,12 +2449,6 @@
"./node_modules/merge-stream/index.js",
"./node_modules/merge2/index.js",
"./node_modules/micromatch/index.js",
"./node_modules/micromatch/node_modules/picomatch/index.js",
"./node_modules/micromatch/node_modules/picomatch/lib/constants.js",
"./node_modules/micromatch/node_modules/picomatch/lib/parse.js",
"./node_modules/micromatch/node_modules/picomatch/lib/picomatch.js",
"./node_modules/micromatch/node_modules/picomatch/lib/scan.js",
"./node_modules/micromatch/node_modules/picomatch/lib/utils.js",
"./node_modules/mime-db/db.json",
"./node_modules/mime-db/index.js",
"./node_modules/mime-types/index.js",
Expand Down Expand Up @@ -3658,8 +3655,18 @@
"./packages/data-context/node_modules/get-stream/index.js",
"./packages/data-context/node_modules/has-flag/index.js",
"./packages/data-context/node_modules/is-stream/index.js",
"./packages/data-context/node_modules/micromatch/index.js",
"./packages/data-context/node_modules/npm-run-path/index.js",
"./packages/data-context/node_modules/path-key/index.js",
"./packages/data-context/node_modules/picomatch/index.js",
"./packages/data-context/node_modules/picomatch/lib/constants.js",
"./packages/data-context/node_modules/picomatch/lib/parse.js",
"./packages/data-context/node_modules/picomatch/lib/picomatch.js",
"./packages/data-context/node_modules/picomatch/lib/scan.js",
"./packages/data-context/node_modules/picomatch/lib/utils.js",
"./packages/data-context/node_modules/readdirp/node_modules/picomatch/lib/parse.js",
"./packages/data-context/node_modules/readdirp/node_modules/picomatch/lib/scan.js",
"./packages/data-context/node_modules/readdirp/node_modules/picomatch/lib/utils.js",
"./packages/data-context/node_modules/semver/classes/comparator.js",
"./packages/data-context/node_modules/semver/classes/range.js",
"./packages/data-context/node_modules/semver/classes/semver.js",
Expand Down Expand Up @@ -4185,5 +4192,5 @@
"./tooling/v8-snapshot/cache/win32/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "492cad220f881627c179fd50c8cbbbcc079166d29e44ed4e99d91a9b92885f02"
"deferredHash": "da6ff7370b66d4b80c476a11d603c93bd0bc5b073522e98df67746ed5d7bba78"
}

4 comments on commit e9740f7

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e9740f7 Jan 7, 2025

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/14.0.0/linux-x64/release/14.0.0-e9740f79e3cfb339b3bade524c742a13a375346b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e9740f7 Jan 7, 2025

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/14.0.0/linux-arm64/release/14.0.0-e9740f79e3cfb339b3bade524c742a13a375346b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e9740f7 Jan 7, 2025

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/14.0.0/darwin-arm64/release/14.0.0-e9740f79e3cfb339b3bade524c742a13a375346b/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e9740f7 Jan 7, 2025

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/14.0.0/darwin-x64/release/14.0.0-e9740f79e3cfb339b3bade524c742a13a375346b/cypress.tgz

Please sign in to comment.