parsa-epfl / cloudsuite

A Benchmark Suite for Cloud Services.
http://cloudsuite.ch
Other
212 stars 121 forks source link

Memcached on RISC-V #365

Closed aansaarii closed 2 years ago

aansaarii commented 2 years ago

Memcached can no longer be built on risc-v. The reason is the container installs gcc 12 that cannot compile memcached. I tested gcc-10 and it compiles memcached successfully.

xusine commented 2 years ago

Fixed through #336