Skip to content

Commit f30aee7

Browse files
committed
test: add readline during db configure
When debugging postgresql it's more convenient to use shortcuts and other libreadline utilities during debugging.
1 parent 791efb8 commit f30aee7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Setup environment
7070
run: |
7171
sudo apt-get update
72-
sudo apt-get install -y build-essential wget gdb lldb libpq5
72+
sudo apt-get install -y build-essential wget gdb lldb libpq5 libreadline-dev
7373
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
7474
- name: Restore PostgreSQL
7575
id: restore-postgresql

src/test/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ patch -p1 -i "$PATCH_FILE"
150150
--enable-debug \
151151
--enable-cassert \
152152
--without-openssl \
153-
--without-readline \
154153
--without-python \
155154
--without-tcl \
156155
--without-pam \

0 commit comments

Comments
 (0)