File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : ['ubuntu-22.04']
15
- compiler : [gcc, clang ]
16
- build_type : [debug, debugoptimized]
15
+ compiler : [gcc]
16
+ build_type : [debugoptimized]
17
17
build_script : [make, meson]
18
18
uses : ./.github/workflows/psp-reusable.yml
19
19
with :
Original file line number Diff line number Diff line change 1
- ### Code coverage for [ pg_tde] ( https://github.com/percona/postgres/tree/TDE_REL_17_STABLE/contrib/pg_tde ) : [ ![ codecov] ( https://codecov.io/github/percona/ postgres/graph/badge.svg?token=Wow78BMYdP )] ( https://codecov.io/github/percona/ postgres )
1
+ ### Code coverage for [ pg_tde] ( https://github.com/percona/postgres/tree/TDE_REL_17_STABLE/contrib/pg_tde ) : [ ![ codecov] ( https://codecov.io/github/Naeem-Akhter/percona- postgres/graph/badge.svg?token=VSZ6PJQZPF )] ( https://codecov.io/github/Naeem-Akhter/percona- postgres )
2
2
3
3
Percona Server for PostgreSQL
4
4
=============================
Original file line number Diff line number Diff line change @@ -17,10 +17,8 @@ source "$SCRIPT_DIR/env.sh"
17
17
18
18
cd " $SCRIPT_DIR /.."
19
19
20
- if [ " $1 " = " debugoptimized" ]; then
21
- export CFLAGS=" -O2"
22
- export CXXFLAGS=" -O2"
23
- fi
20
+ export CFLAGS=" -O2 -DFRONTEND"
21
+ export CXXFLAGS=" -O2"
24
22
25
23
./configure --prefix=" $INSTALL_DIR " --enable-debug --enable-cassert --enable-tap-tests $ENABLE_COVERAGE
26
24
make install-world -j
You can’t perform that action at this time.
0 commit comments