[Git][debian-gis-team/sarsen][master] Debug available memory.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Mar 27 12:01:43 GMT 2026
Bas Couwenberg pushed to branch master at Debian GIS Project / sarsen
Commits:
8ffcc0f4 by Bas Couwenberg at 2026-03-27T12:57:04+01:00
Debug available memory.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -8,5 +8,9 @@ export GITHUB_ACTIONS=true
%:
dh $@ --buildsystem=pybuild
+
+execute_before_dh_auto_test:
+ python3 -c 'import psutil; print("available memory: %s GB" % (psutil.virtual_memory().available / 1024 / 1024 / 1024))'
+
override_dh_numpy3:
dh_numpy3 -p python3-sarsen
View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/8ffcc0f4507a88ff72ef11d5df3e6e0ad0015a3a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/sarsen/-/commit/8ffcc0f4507a88ff72ef11d5df3e6e0ad0015a3a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20260327/7ecf4be8/attachment.htm>
More information about the Pkg-grass-devel
mailing list