guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 4c6b2da2ed4b2e5d07befd818bf88221e1d96fd0
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 30 14:43:06 2025 +0900

    tests/builders: Avoid races in unpack tests.
    
    * tests/builders.scm
    <gnu-build-system unpack phase, single file>: Add sync call.
    
    Change-Id: Iac992e0899fe3b9c9e727bd42860ec564e1dc9a2
---
 tests/builders.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/builders.scm b/tests/builders.scm
index 619caa5f31..0ed295a93f 100644
--- a/tests/builders.scm
+++ b/tests/builders.scm
@@ -140,6 +140,7 @@
          (lambda (dir)
            (with-directory-excursion dir
              (unpack #:source file)
+             (sync)
              (call-with-input-file name get-string-all))))))))
  compressors)
 

Reply via email to