Skip to content

Commit

Permalink
full path for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Sep 20, 2024
1 parent ae47c20 commit e9511ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/docker/Dockerfile.app
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN echo ${CXX_FLAGS}

RUN mkdir -p /arbor.src/build \
&& cd /arbor.src/build \
&& CXX=`which g++` CC=`which gcc` cmake .. \
&& CXX=/opt/view/bin/g++ CC=/opt/view/bin/gcc cmake .. \
-GNinja \
-DCMAKE_INSTALL_PREFIX=/arbor.install \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit e9511ca

Please sign in to comment.