Skip to content

Commit

Permalink
Use gcc for compilation, clang builds cause ldd to crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed Sep 11, 2023
1 parent efbf4fc commit 539ae09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appimage/appimage-arm64v8-openscad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ RUN \
export OPENSCAD_COMMIT=$(/bin/"$COMMIT" && git log -1 --pretty=format:%h || echo "") && \
mkdir build && \
cd build && \
CC=clang-12 CXX=clang++-12 cmake .. \
-G'Unix Makefiles' \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
cmake .. \
-GNinja \
-DENABLE_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
Expand Down

0 comments on commit 539ae09

Please sign in to comment.