tadeja commented on PR #51378: URL: https://github.com/apache/arrow/pull/51378#issuecomment-5721674308
Question -> Would it make sense to also exclude `'!matlab/build/**'` for matlab-ccache-ubuntu at line 77 & matlab-ccache-macos at line 126 (for consistency)? I've (re)checked the failure ...🤷 : - Last succeeding [Win Matlab job 07 Sept](https://github.com/apache/arrow/actions/runs/34143754771/job/101811203619#step:8:558) **Boost 1.88** vs. First failing [Win Matlab job 08 Sept](https://github.com/apache/arrow/actions/runs/34210859690/job/102011252775#step:8:613) **Boost 1.92** - [Extra debug print](url) shows `statSync()` (as used in the [hashFiles](https://github.com/actions/runner/blob/v2.337.0/src/Misc/expressionFunc/hashFiles/src/hashFiles.ts#L32) script) fails with ``` EPERM: operation not permitted, stat 'D:\a\arrow\arrow\matlab\build\arrow_ep-build\_deps\boost-src\libs\decimal\doc\modules\ROOT\examples' ``` for a symlink that Windows cannot resolve: ``` D:\a\arrow\arrow\matlab\build\arrow_ep-build\_deps\boost-src\libs\decimal\doc\modules\ROOT\examples -> ..\..\..\example [SymbolicLink] container=False ``` Symlink was [added in Decimal](https://github.com/boostorg/decimal/commit/e2a9b67be39817fa3d0736e1414b509fb03049ab) (and Decimal is new in [Boost 1.91](https://www.boost.org/releases/1.91.0/)) -- 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]
