You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/05/13 16:49:33 UTC

[GitHub] [trafficserver] bneradt commented on issue #8848: Fedora 36 build issue with catch.hpp

bneradt commented on issue #8848:
URL: https://github.com/apache/trafficserver/issues/8848#issuecomment-1126254134

   In case this is helpful, building with the ATS CI's fedora:36 image completes successfully. To reproduce this locally:
   
   ```
   docker pull ci.trafficserver.apache.org/ats/fedora:36
   docker run --name build_fedora_36 -it ci.trafficserver.apache.org/ats/fedora:36 /bin/bash
   
   # Now, from within the container:
   
   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=
   make -j 2 check VERBOSE=Y V=1
   make install
   /tmp/ats/bin/traffic_server -K -k -R 1
   ```


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org