abderrahim commented on code in PR #2014: URL: https://github.com/apache/buildstream/pull/2014#discussion_r2146793679
########## src/buildstream/_cas/casdprocessmanager.py: ########## @@ -45,9 +45,9 @@ # # Minimum required version of buildbox-casd # -_REQUIRED_CASD_MAJOR = 0 -_REQUIRED_CASD_MINOR = 0 -_REQUIRED_CASD_MICRO = 58 +_REQUIRED_CASD_MAJOR = 1 +_REQUIRED_CASD_MINOR = 2 Review Comment: I think we can have some cleanups of fallback code paths now that we require buildbox 1.2. That shouldn't block this pull request, but it should be nice to have it done before the next release. -- 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]
