Skip to content

Commit

Permalink
fix broken platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jul 18, 2023
1 parent ada5d24 commit 47b0319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Debian-stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ RUN apt-get update && apt-get install -y \


ENV CGAL_TEST_PLATFORM="Debian-Stable"
ENV CGAL_CMAKE_FLAGS="(-DWITH_CGAL_Qt5=OFF \")"
ENV CGAL_CMAKE_FLAGS="(\"-DWITH_CGAL_Qt5=OFF \")"
ENV INIT_FILE=/tmp/init.cmake
COPY init.cmake /tmp/init.cmake
2 changes: 1 addition & 1 deletion Debian-testing-clang-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update -y && apt-get install -y wget \
&& wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc \
&& echo 'deb http://apt.llvm.org/unstable/ llvm-toolchain main' > /etc/apt/sources.list.d/llvm.list \
&& apt-get update -y \
&& apt-get install -y clang \
&& apt-get install -y clang cmake make \
&& apt-get clean all

ENV CXX=/usr/bin/clang++
Expand Down

0 comments on commit 47b0319

Please sign in to comment.