Skip to content

Commit

Permalink
Use --without-readline config option
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Tanwar <[email protected]>
  • Loading branch information
ritanwar committed Jan 24, 2025
1 parent 6d7b064 commit 3590dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sudo apt install -y libipc-run-perl
- name: build-postgres
run: |
./configure --with-icu --enable-cassert --enable-tap-tests
./configure --with-icu --enable-cassert --enable-tap-tests --without-readline
make world-bin -j8 COPT='-Werror -Wno-error=maybe-uninitialized'
- name: run-tests
run: |
Expand Down

0 comments on commit 3590dd4

Please sign in to comment.