Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Sep 11, 2024
1 parent 9fe813a commit ba370fc
Showing 1 changed file with 1 addition and 1 deletion.
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 "yum install -y wget && yum install -y gcc openssl-devel bzip2-devel libffi-devel zlib-devel && wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz && tar xvf Python-3.8.0.tgz && cd Python-3.8.0 && ./configure --enable-optimizations --prefix=/usr && make altinstall && 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 "yum install -y wget && yum install -y gcc openssl-devel bzip2-devel libffi-devel zlib-devel && wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz && tar xvf Python-3.8.0.tgz && cd Python-3.8.0 && ./configure --enable-optimizations --prefix=/usr && make altinstall && rm /usr/bin/python3 && ln -s /usr/bin/python3.8 /usr/bin/python3 && 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 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 comment on commit ba370fc

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ba370fc Sep 11, 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/upgrade-electron-29-ba370fcdba90a90e8738fd76f6ec8ca5837ecb38/cypress.tgz

Please sign in to comment.