mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-33926: enable GDB tests on Travis CI (GH-14395)
(cherry picked from commit 667eaffb4e
)
Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
This commit is contained in:
parent
7fe81ce47f
commit
7e9d706fd6
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,7 @@ env:
|
|||
- OPENSSL=1.1.1c
|
||||
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
|
||||
- PATH="${OPENSSL_DIR}/bin:$PATH"
|
||||
# Use -O3 because we don't use debugger on Travis-CI
|
||||
- CFLAGS="-I${OPENSSL_DIR}/include -O3"
|
||||
- CFLAGS="-I${OPENSSL_DIR}/include"
|
||||
- LDFLAGS="-L${OPENSSL_DIR}/lib"
|
||||
# Set rpath with env var instead of -Wl,-rpath linker flag
|
||||
# OpenSSL ignores LDFLAGS when linking bin/openssl
|
||||
|
@ -43,6 +42,7 @@ matrix:
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gdb
|
||||
- xvfb
|
||||
- name: "Documentation build"
|
||||
os: linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue