Skip to content

Commit

Permalink
chore: disable rebuild better-sqlite3 to unblock PRs as Centos 7 has …
Browse files Browse the repository at this point in the history
…reached EOL (#29813)
  • Loading branch information
AtofStryker committed Jul 8, 2024
1 parent fdbbe30 commit 5b5d221
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2635,7 +2635,9 @@ jobs:
linux-x64-workflow: &linux-x64-workflow
jobs:
- node_modules_install:
build-better-sqlite3: true
# NOTE: Centos reached EOL on July 1st, 2024. The centos7-builder.Dockerfile no longer works in the manner in which we are using to rebuild better-sqlite3, so for now to unblock
# develop we will not be rebuilding better-sqlite3. However, a solution to this is likely needed as it can be considered a breaking change due to centos 7 extended support.
build-better-sqlite3: false
- build:
context: test-runner:env-canary
requires:
Expand Down

3 comments on commit 5b5d221

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5b5d221 Jul 8, 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 x64 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.13.1/linux-x64/develop-5b5d221377f8a34069ff91796e7e2a0b8a7a79ed/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5b5d221 Jul 8, 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 darwin 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.13.1/darwin-arm64/develop-5b5d221377f8a34069ff91796e7e2a0b8a7a79ed/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 5b5d221 Jul 8, 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 win32 x64 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.13.1/win32-x64/develop-5b5d221377f8a34069ff91796e7e2a0b8a7a79ed/cypress.tgz

Please sign in to comment.