Skip to content

Commit

Permalink
octave.docker: no install check at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Nov 19, 2023
1 parent 820433b commit 3f190b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octave.docker
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ RUN mkdir -p /tmp/build \
&& ./configure ${OCTAVE_CONFIGURE_ARGS} \
F77_INTEGER_8_FLAG=${F77_INTEGER_8_FLAG} \
&& make -j8 \
&& make check \
&& make install \
&& rm -rf /tmp/build

Expand Down

0 comments on commit 3f190b7

Please sign in to comment.