We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2cd33 commit 6248635Copy full SHA for 6248635
1 file changed
Dockerfile
@@ -24,8 +24,7 @@ COPY . ${STAR}
24
SHELL ["/bin/bash", "-l", "-c"]
25
26
RUN <<EOF
27
- [[ $compiler = "gcc485" ]] && EXTRA_CXXFLAGS="-Werror" || EXTRA_CXXFLAGS=""
28
- SKIP_DIRS="pams/sim/g2r OnlTools StRoot/StShadowMaker" cons EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS"
+ SKIP_DIRS="pams/sim/g2r OnlTools StRoot/StShadowMaker" cons
29
find .$STAR_HOST_SYS -name *.o -exec rm '{}' \;
30
EOF
31
0 commit comments