Skip to content

Commit

Permalink
get more debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Dec 1, 2022
1 parent 1a4c521 commit 1c1ce89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/after-pack-hook.js
Expand Up @@ -67,6 +67,11 @@ module.exports = async function (params) {
)

await cleanup(outputFolder)
await setupV8Snapshots({ cypressAppPath: params.appOutDir, integrityCheckSource: getIntegrityCheckSource(outputFolder) })

try {
await setupV8Snapshots({ cypressAppPath: params.appOutDir, integrityCheckSource: getIntegrityCheckSource(outputFolder) })
} catch (error) {
console.log(error)
}
}
}

1 comment on commit 1c1ce89

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1c1ce89 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-1c1ce8941e4cbb23f1afb79c5ec18bdd838fb2f9/cypress.tgz

Please sign in to comment.