empiredan opened a new issue, #1772:
URL: https://github.com/apache/incubator-pegasus/issues/1772
Building jobs for Ubuntu 1804, CentOS 7 and clang-9 failed while the Action
`Lint and build regularly` was run on Github:
```
[ 90%] Building CXX object
src/shell/CMakeFiles/pegasus_shell.dir/commands/debugger.cpp.o
/root/incubator-pegasus/src/shell/commands/debugger.cpp:38:10: fatal error:
filesystem: No such file or directory
#include <filesystem>
^~~~~~~~~~~~
compilation terminated.
make[2]: ***
[src/shell/CMakeFiles/pegasus_shell.dir/commands/debugger.cpp.o] Error 1
make[1]: *** [src/shell/CMakeFiles/pegasus_shell.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
```
The compiler versions of Ubuntu 1804, CentOS 7 and clang-9 are gcc 7.5.0,
gcc 7.3.1 and clang 9. All of these versions do not support including
filesystem header file and using std::filesystem.
--
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]