Skip to content

Commit 8b3a205

Browse files
authored
[Bugifx:Autograding] symlink for clang (#59)
### What is the new behavior? add a symlink for clang --------- Co-authored-by: Barb Cutler <Barb Cutler>
1 parent bfd6548 commit 8b3a205

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dockerfiles/clang/14/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ RUN apt-get update
55
RUN apt-get install -y clang-14 lld-14
66
RUN rm -rf /var/lib/apt/lists/*
77

8-
# symlink
9-
RUN ln -s /usr/bin/clang++-14 /usr/bin/clang++
8+
# symlinks
9+
RUN ln -s /usr/bin/clang++-14 /usr/bin/clang++
10+
RUN ln -s /usr/bin/clang-14 /usr/bin/clang

0 commit comments

Comments
 (0)