godruoyi commented on issue #2813: URL: https://github.com/apache/incubator-opendal/issues/2813#issuecomment-1722421400
hi @Xuanwo, It seems that the issue is caused by upgrading to Ubuntu 22.04.3 (ubuntu-latest). In this version, we are using clang 14.0.0. [failed CI](https://github.com/godruoyi/incubator-opendal/actions/runs/6204552725/job/16846745154) And in Ubuntu 20.04, we were able to compile successfully. This version uses clang 12.0.0. [Passed CI](https://github.com/godruoyi/incubator-opendal/actions/runs/6206255044/job/16850308351) We can temporarily change the IMAGE in PHP CI to ubuntu-20.04 now(if yes, will push a pr soon), and then I need to take a look at `ext-php-rs`. We need it to support ubuntu-latest first then we can change the running environment of PHP CI in opendal to ubuntu latest. This may take some time because it seems that this repository has not merged any PR for a long time. -- 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]
