Skip to content

Conversation

@peterSirotnak
Copy link
Collaborator

No description provided.

wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - &&
echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list &&
apt-get update &&
apt-get -y install git clang-18 llvm-18 build-essential postgresql-server-dev-{{ pdpgsql_version }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should install here percona dev package instead of community one

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

4 participants