spack/lib/spack
Todd Gamblin c070ddac97
database: don't call socket.getfqdn() on every write (#46554)
We've seen `getfqdn()` cause slowdowns on macOS in CI when added elsewhere. It's also
called by database.py every time we write the DB file.

- [x] replace the call with a memoized version so that it is only called once per process.

Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
2024-09-23 23:59:07 -07:00
..
docs Remove spack.target from code (#46503) 2024-09-21 14:05:41 +02:00
env Compiler wrapper: add env var to pass vcheck flags (#44588) 2024-08-08 06:40:36 +00:00
external Remove spack.target from code (#46503) 2024-09-21 14:05:41 +02:00
llnl Bootstrap GnuPG and file on Windows (#41810) 2024-09-06 14:26:46 +02:00
spack database: don't call socket.getfqdn() on every write (#46554) 2024-09-23 23:59:07 -07:00
spack_installable Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00