Replies: 1 comment
-
Moving this to Discussions, because we do not officially support Ubuntu 22.04 yet. The build guide does have a section on building on unsupported platforms. We haven't yet released a public date for moving to 22.04, at which time the containers would be updated and tested. You may be able to get community support here from others who have built for 22.04. Otherwise, you may want to try using our pre-built containers or building in a 20.04 container. Your OS does not need to match the version of Ubuntu used in the container. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I'm trying to build triton (CPU) r23.02 with ubuntu22.04/gcc-11 and most of the main features are working quite well, except for:
Therefore I'm having three questions:
1.) Did you already try out to build with gcc11?
2.) Do you already know when you'll bump the base image to ubuntu22.04?
3.) Regarding grpc: When trying to build grpc I'm seeing a lot of
undefined reference to absl::lts_20220623
like seen below:Triton Information
r23.02
Are you using the Triton container or did you build it yourself?
Build it myself
To Reproduce
Clone core repository and changed the following to overcome an error that was probably caused by gcc-11:
sed -i "s/Werror/Werror -Wno-error=range-loop-construct -Wno-error=maybe-uninitialized/g" src/CMakeLists.txt
Clone the server repository and build like this:
Expected behavior
It should build without errors :)
Beta Was this translation helpful? Give feedback.
All reactions