Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sweep GHA Fix] Fix parse error in CMakeLists.txt #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sweep-ai[bot]
Copy link

@sweep-ai sweep-ai bot commented Feb 1, 2024

PR Feedback (click)

  • 👍 Sweep Did Well
  • 👎 Sweep Needs Improvement
    I created this PR to fix the failing GitHub Actions.## Description
    This PR fixes the parse error in the CMakeLists.txt file that was causing the GitHub Actions to fail on the main branch of the timescaledb repository. The error occurred when trying to configure the build for different PostgreSQL versions (13, 15, and 16). The parse error was due to an unexpected newline character instead of an opening parenthesis.

Summary of Changes

  • Modified the CMakeLists.txt file to replace the newline character with an opening parenthesis at line 75.
  • This resolves the parse error and allows the build to be configured correctly.

Please review and merge this PR to fix the failing GitHub Actions.

Copy link
Author

sweep-ai bot commented Feb 1, 2024

Rollback Files For Sweep

  • Rollback changes to CMakeLists.txt
  • Rollback changes to CMakeLists.txt

@sweep-ai sweep-ai bot added the sweep label Feb 1, 2024
Copy link

github-actions bot commented Feb 1, 2024



Veraocde SCA Scan finished with exit code 1

Veracode SCA Scan details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant