Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0b19cf

Browse files
[Github][CI] Set CC and CXX in CI Container
We set these explicitly in a bunch of places. That is annoying and it is nice to get them picked up by default rather than needing to remember.
1 parent 1f25c48 commit d0b19cf

File tree

1 file changed

+2
-0
lines changed
  • .github/workflows/containers/github-action-ci

1 file changed

+2
-0
lines changed

.github/workflows/containers/github-action-ci/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ RUN curl -L 'https://github.com/mozilla/sccache/releases/download/v0.10.0/sccach
8181

8282
ENV LLVM_SYSROOT=$LLVM_SYSROOT
8383
ENV PATH=${LLVM_SYSROOT}/bin:${PATH}
84+
ENV CC=clang
85+
ENV CXX=clang++
8486

8587
# Create a new user to avoid test failures related to a lack of expected
8688
# permissions issues in some tests. Set the user id to 1001 as that is the

0 commit comments

Comments
 (0)