mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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=1.1.1c
|
||||||
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
|
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
|
||||||
- PATH="${OPENSSL_DIR}/bin:$PATH"
|
- PATH="${OPENSSL_DIR}/bin:$PATH"
|
||||||
# Use -O3 because we don't use debugger on Travis-CI
|
- CFLAGS="-I${OPENSSL_DIR}/include"
|
||||||
- CFLAGS="-I${OPENSSL_DIR}/include -O3"
|
|
||||||
- LDFLAGS="-L${OPENSSL_DIR}/lib"
|
- LDFLAGS="-L${OPENSSL_DIR}/lib"
|
||||||
# Set rpath with env var instead of -Wl,-rpath linker flag
|
# Set rpath with env var instead of -Wl,-rpath linker flag
|
||||||
# OpenSSL ignores LDFLAGS when linking bin/openssl
|
# OpenSSL ignores LDFLAGS when linking bin/openssl
|
||||||
|
@ -43,6 +42,7 @@ matrix:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
- gdb
|
||||||
- xvfb
|
- xvfb
|
||||||
- name: "Documentation build"
|
- name: "Documentation build"
|
||||||
os: linux
|
os: linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue