Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f25c48 commit d0b19cfCopy full SHA for d0b19cf
.github/workflows/containers/github-action-ci/Dockerfile
@@ -81,6 +81,8 @@ RUN curl -L 'https://github.com/mozilla/sccache/releases/download/v0.10.0/sccach
81
82
ENV LLVM_SYSROOT=$LLVM_SYSROOT
83
ENV PATH=${LLVM_SYSROOT}/bin:${PATH}
84
+ENV CC=clang
85
+ENV CXX=clang++
86
87
# Create a new user to avoid test failures related to a lack of expected
88
# permissions issues in some tests. Set the user id to 1001 as that is the
0 commit comments