Closed shaobo-he closed 2 years ago
It shouldn't matter what the C compiler that the cc crate uses. So, I removed this function call such that we don't see cargo build failure in an environment such as our Docker image, where clang is not in the path.
cc
clang
It shouldn't matter what the C compiler that the
cc
crate uses. So, I removed this function call such that we don't see cargo build failure in an environment such as our Docker image, whereclang
is not in the path.