bneradt commented on code in PR #10327:
URL: https://github.com/apache/trafficserver/pull/10327#discussion_r1313311064


##########
CMakeLists.txt:
##########
@@ -314,11 +315,19 @@ check_symbol_exists(
 )
 check_symbol_exists(TLS1_3_VERSION "openssl/ssl.h" TS_USE_TLS13)
 
-# document tools
+if(ENABLE_DOCS OR ENABLE_AUTEST)
+    find_package(Python3 REQUIRED)
+    find_program(PipEnv pipenv REQUIRED)
+endif()
+
 if(ENABLE_DOCS)
-  find_package(Python3 REQUIRED)
-  find_package(Java COMPONENTS Runtime REQUIRED)
-  find_program(PipEnv pipenv REQUIRED)
+    find_package(Java COMPONENTS Runtime REQUIRED)
+endif()
+
+if(ENABLE_AUTEST)
+  set(PROXY_VERIFIER_VERSION "v2.10.1")
+  set(PROXY_VERIFIER_HASH "SHA1=0f189a37596d7488b5b81b5547df6fc1eadf56a1")

Review Comment:
   Kind of handy to have these both specified here.



-- 
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]

Reply via email to