comparison deploy/linux/docker/Dockerfile_deb.in @ 2590:4448639b9bb1

Next release won't have feedback request
author Chris Cannam
date Mon, 10 Aug 2020 15:59:36 +0100
parents 015806046ebb
children
comparison
equal deleted inserted replaced
2589:27de601a2729 2590:4448639b9bb1
57 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_rsa_build' ) > .hgrc 57 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_rsa_build' ) > .hgrc
58 58
59 RUN rm -f /usr/lib/x86_64-linux-gnu/librubberband.so* 59 RUN rm -f /usr/lib/x86_64-linux-gnu/librubberband.so*
60 60
61 WORKDIR /sonic-visualiser 61 WORKDIR /sonic-visualiser
62 RUN qmake -set SV_PERSISTENT_DEFINES "WITH_FEEDBACK_REQUEST" 62 RUN qmake -unset SV_PERSISTENT_DEFINES
63 RUN ./configure 63 RUN ./configure
64 RUN make -j3 64 RUN make -j3
65 65
66 RUN deploy/linux/deploy-deb.sh [[RELEASE]] amd64 66 RUN deploy/linux/deploy-deb.sh [[RELEASE]] amd64
67 RUN tar cvf output-deb.tar *.deb && cp output-deb.tar .. 67 RUN tar cvf output-deb.tar *.deb && cp output-deb.tar ..