comparison deploy/linux/docker/Dockerfile_deb.in @ 2536:32718f05903d

Aim to ensure we have feedback request in packages we build only (not in distro builds etc)
author Chris Cannam
date Wed, 13 May 2020 14:08:38 +0100
parents 6845d7dafebf
children 015806046ebb
comparison
equal deleted inserted replaced
2535:62b1a3a242ee 2536:32718f05903d
56 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_rsa_build' ) > .hgrc 56 RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_rsa_build' ) > .hgrc
57 57
58 RUN rm -f /usr/lib/x86_64-linux-gnu/librubberband.so* 58 RUN rm -f /usr/lib/x86_64-linux-gnu/librubberband.so*
59 59
60 WORKDIR /sonic-visualiser 60 WORKDIR /sonic-visualiser
61 RUN qmake -set SV_PERSISTENT_DEFINES "WITH_FEEDBACK_REQUEST"
61 RUN ./configure 62 RUN ./configure
62 RUN make -j3 63 RUN make -j3
63 64
64 RUN deploy/linux/deploy-deb.sh [[RELEASE]] amd64 65 RUN deploy/linux/deploy-deb.sh [[RELEASE]] amd64
65 RUN tar cvf output-deb.tar *.deb && cp output-deb.tar .. 66 RUN tar cvf output-deb.tar *.deb && cp output-deb.tar ..