Skip to content

Commit 362934d

Browse files
committed
fixup some inconsistent casing in dockerfile
1 parent be21839 commit 362934d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/ubuntu24.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ RUN git clone --depth=1 https://github.com/llvm/llvm-project && \
2424
ninja -C build cxx cxxabi && \
2525
ninja -C build install-cxx install-cxxabi
2626

27-
env MSAN_CFLAGS="-std=c++20 -fsanitize=memory -nostdinc++ -I/opt/include -I/opt/include/c++/v1"
28-
env MSAN_LFLAGS="-fsanitize=memory -stdlib=libc++ -L/opt/lib -lc++abi -Wl,-rpath,/opt/lib"
27+
ENV MSAN_CFLAGS="-std=c++20 -fsanitize=memory -nostdinc++ -I/opt/include -I/opt/include/c++/v1"
28+
ENV MSAN_LFLAGS="-fsanitize=memory -stdlib=libc++ -L/opt/lib -lc++abi -Wl,-rpath,/opt/lib"

0 commit comments

Comments
 (0)