Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Dec 1, 2022
1 parent 9a4157e commit 35678ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Cypress is a next generation front end testing tool built for the modern web",
"private": true,
"scripts": {
"binary-build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 node ./scripts/binary.js build",
"binary-build": "cross-env DEBUG=cypress:*snap* NODE_OPTIONS=--max_old_space_size=16384 node ./scripts/binary.js build",
"binary-deploy": "node ./scripts/binary.js deploy",
"binary-deploy-linux": "./scripts/build-linux-binary.sh",
"binary-ensure": "node ./scripts/binary.js ensure",
Expand Down
2 changes: 1 addition & 1 deletion scripts/binary/smoke.js
Expand Up @@ -282,7 +282,7 @@ const runIntegrityTest = async function (buildAppExecutable, buildAppDir, e2e) {

await fs.writeFile(path.join(buildAppDir, 'index2.js'), `${additionalCode}\nrequire("./index.js")`)
await runErroringProjectTest(buildAppExecutable, e2e, 'altering entry point', errorMessage)
await fs.writeJson(path.join(buildAppDir, 'package.json'), packageJsonContents)
await fs.writeJson(path.join(buildAppDir, 'package.json'), packageJsonContents, { spaces: 2 })
await fs.remove(path.join(buildAppDir, 'index2.js'))
}

Expand Down

1 comment on commit 35678ef

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 35678ef 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-35678efb7713f6c24952d1c4691562f13aac4f21/cypress.tgz

Please sign in to comment.