codecrafters-io / build-your-own-redis

Definition for the redis challenge.
https://app.codecrafters.io/courses/redis/overview
MIT License
101 stars 29 forks source link

feat: add vcpkg support to cpp builds. #180

Closed ryan-gang closed 2 months ago

ryan-gang commented 2 months ago

update cpp version to 23. add external dependency fmt for testing.

linear[bot] commented 2 months ago

CC-1160 Use vcpkg for the Redis challenge + upgrade to C++ 23

rohitpaulk commented 2 months ago

@ryan-gang I'd think hard about each line in the Dockerfile and see if it's really needed & whether it's likely to cause problems - currently looks messy, printing PWD, inconsistent usage of ENV etc.

ryan-gang commented 2 months ago

Closing this draft PR in lieu of #181.