raulcd opened a new pull request, #47701:
URL: https://github.com/apache/arrow/pull/47701

   ### Rationale for this change
   
   Currently our verify-rc on almalinux 8 fails due to missing symbols for 
`std::filesystem`. If we use `std::filesystem`, we need `-lstdc++fs` with GCC 8 
and `-lc++fs` for clang 7. 
   
   ### What changes are included in this PR?
   
   Link the test to `-lc++fs` for the required compilers.
   
   ### Are these changes tested?
   
   Yes, via archery
   
   ### Are there any user-facing changes?
   
   No


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