Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Sep 12, 2024
1 parent 0ae94b2 commit f03ad63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ commands:
apt update && apt install -y docker.io
docker run -d --name centos7-builder cypress/centos7-builder:latest /bin/bash -c "sleep 1000000000"
docker cp ~/cypress/node_modules/better-sqlite3 centos7-builder:/better-sqlite3
docker exec -it centos7-builder /bin/bash -c "cd ./better-sqlite3 && source /root/.bashrc && chown -R root:root . && npm install --ignore-scripts && npx --no-install prebuild -r electron -t 29.4.6 --include-regex 'better_sqlite3.node$'"
docker exec -it centos7-builder /bin/bash -c "cd ./better-sqlite3 && source /root/.bashrc && chown -R root:root . && npm install --save-dev prebuild@^12.0.0 && npm install --ignore-scripts && npx --no-install prebuild -r electron -t 29.4.6 --include-regex 'better_sqlite3.node$'"
docker cp centos7-builder:/better-sqlite3/build/Release/better_sqlite3.node ~/cypress/node_modules/better-sqlite3/build/Release/better_sqlite3.node
docker rm -f centos7-builder
cp ~/cypress/node_modules/better-sqlite3/build/Release/better_sqlite3.node ~/cypress/better_sqlite3.node
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@
"**/ua-parser-js": "0.7.33",
"browserify-sign": "4.2.2",
"devtools-protocol": "0.0.1346313",
"node-gyp": "9.0.0",
"sharp": "0.29.3",
"vue-template-compiler": "2.6.12"
}
Expand Down

1 comment on commit f03ad63

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f03ad63 Sep 12, 2024

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/13.14.3/linux-arm64/electron-29-f03ad631d82ada50ab13855ae3430f227f3d7ff9/cypress.tgz

Please sign in to comment.