[gcc-6] 41/401: - show available memory for the build

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:47:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.

commit 352808026935f97b7751edaca3ccdd911a89ddd3
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Sat Jan 9 13:08:34 2016 +0000

     - show available memory for the build
    
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8574 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/rules2 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules2 b/debian/rules2
index 9f66b4a..425b4c5 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -1015,6 +1015,8 @@ $(configure_stamp):
 	dh_testdir
 	: # give information about the build process
 	@echo "------------------------ Build process variables ------------------------"
+	@echo "Memory on this machine:"
+	@egrep '^(Mem|Swap)' /proc/meminfo || true
 	@echo "Number of parallel processes used for the build: $(USE_CPUS)"
 	@echo "DEB_BUILD_OPTIONS: $$DEB_BUILD_OPTIONS"
 	@echo "Package source: $(PKGSOURCE)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git



More information about the Reproducible-commits mailing list