Skip to content

Commit

Permalink
update caches
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Dec 1, 2022
1 parent bd533d3 commit 8d2598a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tooling/v8-snapshot/cache/dev-win32/snapshot-meta.cache.json
Expand Up @@ -98,7 +98,6 @@
"./node_modules/@babel/types/lib/validators/isPlaceholderType.js",
"./node_modules/@babel/types/lib/validators/isType.js",
"./node_modules/@babel/types/lib/validators/validate.js",
"./node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js",
"./node_modules/@cypress/commit-info/node_modules/debug/src/browser.js",
"./node_modules/@cypress/commit-info/node_modules/debug/src/index.js",
"./node_modules/@cypress/commit-info/node_modules/execa/lib/errname.js",
Expand Down Expand Up @@ -144,6 +143,7 @@
"./node_modules/@jimp/tiff/dist/index.js",
"./node_modules/@jimp/types/dist/index.js",
"./node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js",
"./node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js",
"./node_modules/@kwsites/file-exists/dist/index.js",
"./node_modules/@kwsites/file-exists/dist/src/index.js",
"./node_modules/@nodelib/fs.scandir/out/adapters/fs.js",
Expand Down Expand Up @@ -3544,5 +3544,5 @@
"./tooling/v8-snapshot/cache/dev-win32/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "6a80733e7a88dda11de7cc3251f5dcfe54fd064d40e39fbc52a55c4d9ae9471c"
"deferredHash": "7a05f23c5bcd4b5daed5b113c4a56ec620c8686ee7d956edecb5b117e41903bb"
}
4 changes: 2 additions & 2 deletions tooling/v8-snapshot/cache/prod-win32/snapshot-meta.cache.json
Expand Up @@ -100,7 +100,6 @@
"./node_modules/@babel/types/lib/validators/isPlaceholderType.js",
"./node_modules/@babel/types/lib/validators/isType.js",
"./node_modules/@babel/types/lib/validators/validate.js",
"./node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js",
"./node_modules/@cypress/commit-info/node_modules/debug/src/browser.js",
"./node_modules/@cypress/commit-info/node_modules/debug/src/index.js",
"./node_modules/@cypress/commit-info/node_modules/execa/lib/errname.js",
Expand Down Expand Up @@ -146,6 +145,7 @@
"./node_modules/@jimp/tiff/dist/index.js",
"./node_modules/@jimp/types/dist/index.js",
"./node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js",
"./node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js",
"./node_modules/@kwsites/file-exists/dist/index.js",
"./node_modules/@kwsites/file-exists/dist/src/index.js",
"./node_modules/@nodelib/fs.scandir/out/adapters/fs.js",
Expand Down Expand Up @@ -3936,5 +3936,5 @@
"./tooling/v8-snapshot/cache/prod-win32/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "6a80733e7a88dda11de7cc3251f5dcfe54fd064d40e39fbc52a55c4d9ae9471c"
"deferredHash": "7a05f23c5bcd4b5daed5b113c4a56ec620c8686ee7d956edecb5b117e41903bb"
}

4 comments on commit 8d2598a

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8d2598a Dec 1, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.3.0/linux-x64/ryanm/fix/v8-improvements-8d2598a021c993ebe8b72a1086e67edb45542b05/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8d2598a Dec 1, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.3.0/linux-arm64/ryanm/fix/v8-improvements-8d2598a021c993ebe8b72a1086e67edb45542b05/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8d2598a Dec 1, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.3.0/darwin-arm64/ryanm/fix/v8-improvements-8d2598a021c993ebe8b72a1086e67edb45542b05/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 8d2598a Dec 1, 2022

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 platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.3.0/darwin-x64/ryanm/fix/v8-improvements-8d2598a021c993ebe8b72a1086e67edb45542b05/cypress.tgz

Please sign in to comment.