Closed
Description
I cloned and ran the build script on Ubuntu 18 and 20 but encountered the same error on both.
I also tried it in a docker container with the following Dockerfile to get the same error
FROM ubuntu:18.04
RUN apt-get update && apt install git sudo -y
RUN git clone https://github.com/facebook/CacheLib
WORKDIR CacheLib
CMD ["./contrib/build.sh", "-j"]
Metadata
Metadata
Assignees
Labels
No labels