Skip to content

Commit

Permalink
#32: remove undesired lines fro dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 23, 2024
1 parent 0a8a880 commit f9e9c9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ci/docker/build-and-test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ RUN mkdir -p /opt/build/vt-tv

# Build
FROM base AS build
RUN if [[ $CC == "gcc-11" ]]; then \
VT_TV_COVERAGE_ENABLED=ON \
else VT_TV_COVERAGE_ENABLED=OFF \
fi \
/opt/src/vt-tv/ci/build.sh

RUN export VT_TV_COVERAGE_ENABLED=OFF
RUN if [[ $CC == "gcc-11" ]]; then VT_TV_COVERAGE_ENABLED=ON; fi
RUN /opt/src/vt-tv/ci/build.sh
Expand Down

0 comments on commit f9e9c9d

Please sign in to comment.