bneradt edited a comment on issue #8682: URL: https://github.com/apache/trafficserver/issues/8682#issuecomment-1045663285
This can be reproduced via the CI's fedora:36 Docker image like so: ``` docker pull controller.trafficserver.org/ats/fedora:36 docker run -it controller.trafficserver.org/ats/fedora:36 /bin/bash cd /var/tmp git clone https://github.com/apache/trafficserver.git cd trafficserver autoreconf -fiv ./configure --with-openssl=/opt/openssl-quic --enable-experimental-plugins --enable-example-plugins --prefix=/tmp/ats/ --enable-werror --enable-debug --enable-wccp --enable-luajit --enable-ccache make -j4 V=1 Q= ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
