mirror of https://github.com/python/cpython
bpo-33926: enable GDB tests on Travis CI (GH-14395)
This commit is contained in:
parent
a719c8f4bd
commit
667eaffb4e
|
@ -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…
Reference in New Issue