Copilot commented on code in PR #12627:
URL: https://github.com/apache/gluten/pull/12627#discussion_r3652299952


##########
dev/vcpkg/setup-build-depends.sh:
##########
@@ -113,7 +113,7 @@ install_centos_7() {
         wget -q --max-redirect 3 -O - "${FLEX_URL}" | tar -xz -C /tmp/flex 
--strip-components=1
         cd /tmp/flex
         ./autogen.sh
-        ./configure
+        ./configure --prefix=/usr

Review Comment:
   After switching Flex to install under /usr, the version gate still prefers 
/usr/local/bin (PATH="/usr/local/bin:$PATH"), which can cause this block to be 
skipped on hosts/images that have flex 2.6.x in /usr/local but not in /usr. 
That would reintroduce the /usr/local dependency this PR is trying to eliminate.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to