bneradt commented on issue #12014: URL: https://github.com/apache/trafficserver/issues/12014#issuecomment-2649520092
A few thoughts: We maintain Docker CI images with both of these installed in them: ci.trafficserver.apache.org/ats/fedora:41 . I'm not sure whether that fits your workflow, but that may be helpful. For cmake arguments, here are the Preset values for the boringssl build our Rocky CI uses (you can ignore the `opentelemetry_ROOT` part): https://github.com/apache/trafficserver/blob/54b42b11a54d80a98190584a3e3518625d7a0f38/CMakePresets.json#L150-L154 That assumes boringssl was installed like so: ```sh BASE=/opt/h3-tools-boringssl tools/build_boringssl_h3_tools.sh ``` -- 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-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org