[beast] MISC: Dockerfile-apt.in: explicitely require gccbuild intent
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] MISC: Dockerfile-apt.in: explicitely require gccbuild intent
- Date: Thu, 16 Mar 2017 00:05:08 +0000 (UTC)
commit 939aca7145cf85b9196126452fd7bf063bcc88ef
Author: Tim Janik <timj gnu org>
Date: Thu Mar 16 01:00:39 2017 +0100
MISC: Dockerfile-apt.in: explicitely require gccbuild intent
Signed-off-by: Tim Janik <timj gnu org>
misc/Dockerfile-apt.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/misc/Dockerfile-apt.in b/misc/Dockerfile-apt.in
index b4693c8..37e2156 100644
--- a/misc/Dockerfile-apt.in
+++ b/misc/Dockerfile-apt.in
@@ -63,7 +63,7 @@ WORKDIR /usr/src/$PROJECT
RUN : && \
case $INTENT in \
*clangbuild*) nice ./autogen.sh --prefix=/usr CC=clang CXX=clang++ ;; \
- *) nice ./autogen.sh --prefix=/usr ;; \
+ *gccbuild*) nice ./autogen.sh --prefix=/usr ;; \
esac
RUN nice make -j`nproc`
RUN nice make check
@@ -106,6 +106,7 @@ RUN `intent package` && \
retry apt-get install -y $(dpkg-checkbuilddeps 2>&1 | sed 's/.*: //') && \
nice debuild -j`nproc` -rfakeroot -us -uc && \
cd .. && \
+ rm -r $TARDIR/ && \
ls -al
# Test package installation from /usr/src/ and removal locally
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]