Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/greenplum-abi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ jobs:
run: |
pushd gpdb_src
CC='gcc -m64' \
CFLAGS='-Og -g3 -Wno-maybe-uninitialized' LDFLAGS='-Wl,--enable-new-dtags -Wl,--export-dynamic' \
CXXFLAGS='-O0' \
CFLAGS='-gdwarf-4 -Og -g3 -Wno-maybe-uninitialized' \
LDFLAGS='-Wl,--enable-new-dtags -Wl,--export-dynamic' \
./configure --with-gssapi --enable-orafce --enable-ic-proxy --enable-orca --with-libxml \
--with-uuid=e2fs --with-pgport=5432 --enable-tap-tests --enable-debug-extensions \
--with-perl --with-python --with-openssl --with-pam --with-ldap --disable-rpath \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Follow [appropriate linux steps](README.Linux.md) for getting your system ready

### Build the database


```
# Initialize and update submodules in the repository
git submodule update --init
Expand Down