From 1d4c6a36eaec671512e8df4ce37d960b22594033 Mon Sep 17 00:00:00 2001 From: Shameem Ahmed Date: Sun, 26 Jan 2025 08:42:18 +0000 Subject: [PATCH] Fix build failure --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2cc605420e9..f8e06c15ccb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |