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

Adding VersionStream for gitlab-cng-17.5 #31255

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Oct 19, 2024

No description provided.

Copy link
Contributor Author

octo-sts bot commented Oct 19, 2024

Gen AI suggestions to solve the build error:

The error message indicates a conflict with package dependencies related to "postgresql-dev". Here's how to resolve it:

1. Update the package index:
   ```sh
   apk update
  1. Remove the conflicting package:

    apk del libpq-16
  2. Install the required package:

    apk add postgresql-17-dev
  3. Verify the installation:

    apk info | grep postgresql

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

Successfully merging this pull request may close these issues.

0 participants