Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Nov 28, 2022
1 parent 968e726 commit 51426dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/binary/build.ts
Expand Up @@ -260,9 +260,10 @@ require('./packages/server/index.js')
fs.writeFileSync(meta.distDir('index.js'), fs.readFileSync(meta.distDir('index.js'), 'utf8').replace('server/index.js', 'server/index.jsc'))

try {
await execa('electron-builder', args, {
execSync(`electron-builder ${args.join(' ')}`, {
stdio: 'inherit',
env: {
...process.env,
NODE_OPTIONS: '--max_old_space_size=32768',
DEBUG: 'cypress:snapgen:info',
},
Expand Down

3 comments on commit 51426dd

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 51426dd Nov 28, 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.2.0/darwin-x64/ryanm/fix/v8-improvements-51426dd7a43d4db1a0415e8b6fbe65a5d81b0e85/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 51426dd Nov 28, 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.2.0/darwin-arm64/ryanm/fix/v8-improvements-51426dd7a43d4db1a0415e8b6fbe65a5d81b0e85/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 51426dd Nov 28, 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 win32 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.2.0/win32-x64/ryanm/fix/v8-improvements-51426dd7a43d4db1a0415e8b6fbe65a5d81b0e85/cypress.tgz

Please sign in to comment.