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.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to