boostorg / redis

An async redis client designed for performance and scalability
https://www.boost.org/doc/libs/develop/libs/redis/doc/html/index.html
Boost Software License 1.0
212 stars 38 forks source link

Support containers in CI #165

Closed mzimbres closed 8 months ago

mzimbres commented 8 months ago

The develop branch can be merged in master without adding support for containerization. The is the recommendation Peter did in cpplang

try using a container instead of ubuntu-22.04 directly

you can look at https://github.com/boostorg/variant2/commit/78a974429ac8ff631e956f3a08f401f4c9a09ce6 and https://github.com/boostorg/variant2/commit/362224a009e5a009efdc88445ab50b31eb474066 as a guide

mzimbres commented 8 months ago

once your ci.yml file is set up to support container:, you can do this https://github.com/boostorg/ratio/commit/a948c0fac43dce2953e4ada607a0f523e24c4da7