intel / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
17 stars 4 forks source link

Updated the docker gcc version to 12 #83

Closed guptask closed 1 year ago

guptask commented 1 year ago

This change is Reviewable

igchor commented 1 year ago

LGTM, let's just wait and see if it builds

vinser52 commented 1 year ago

The old compiler is still used during the build;

-- The C compiler identification is GNU 8.5.0
-- The CXX compiler identification is GNU 8.5.0
raema commented 1 year ago

The old compiler is still used during the build;

-- The C compiler identification is GNU 8.5.0
-- The CXX compiler identification is GNU 8.5.0

cmake was still detecting the old 8.5 gcc when building Cachelib.. I added lines to enable gcc 12 prior to running cmake and it is using gcc 12 as expected now.