Skip to content

Commit 01d71bb

Browse files
beniwohlibasepi
andauthored
add pkg-config to test image (#1863)
* add pkg-config to test image newest release of mysqlclient requires pkg-config to build. I also had to switch netcat to netcat-traditional, as the netcat package isn't available in the Python 3.11 base image * Disable mysqlclient-newest --------- Co-authored-by: Colton Myers <[email protected]>
1 parent 72cfb19 commit 01d71bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.ci/.matrix_exclude.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,6 @@ exclude:
198198
FRAMEWORK: grpc-1.24
199199
- VERSION: python-3.11
200200
FRAMEWORK: grpc-1.24
201+
# temporary, see https://github.com/elastic/apm-agent-python/pull/1863
202+
- VERSION: python-3.11
203+
FRAMEWORK: mysqlclient-newest

tests/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ RUN apt-get -qq update && apt-get -qq -y --no-install-recommends install \
77
curl \
88
gnupg2 \
99
libmariadb-dev \
10+
pkg-config \
1011
libpq-dev \
1112
make \
12-
netcat \
13+
netcat-traditional \
1314
odbc-postgresql \
1415
unixodbc-dev \
1516
freetds-dev \

0 commit comments

Comments
 (0)