You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use an NVME (SSD) drive, you may encounter [cryptic build errors](#coreutils-fail-teststail-2inotify-dir-recreate). Mounting a [tmpfs at /tmp](https://ubuntu.com/blog/data-driven-analysis-tmp-on-tmpfs) should prevent this and may improve performance as a bonus.
173
+
170
174
#### Guile
171
175
172
176
##### Choosing a Guile version and sticking to it
@@ -775,15 +779,15 @@ The inotify-dir-create test fails on "remote" filesystems such as overlayfs
775
779
as non-remote.
776
780
777
781
A relatively easy workaround to this is to make sure that a somewhat traditional
778
-
filesystem is mounted at `/tmp` (where `guix-daemon` performs its builds). For
782
+
filesystem is mounted at `/tmp` (where `guix-daemon` performs its builds), see [/tmp on tmpfs](#consider-tmp-on-tmpfs). For
779
783
Docker users, this might mean [using a volume][docker/volumes], [binding
780
784
mounting][docker/bind-mnt] from host, or (for those with enough RAM and swap)
781
785
[mounting a tmpfs][docker/tmpfs] using the `--tmpfs` flag.
782
786
783
787
Please see the following links for more details:
784
788
785
789
- An upstream coreutils bug has been filed: [debbugs#47940](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47940)
786
-
- A Guix bug detailing the underlying problem has been filed: [guix-issues#47935](https://issues.guix.gnu.org/47935)
790
+
- A Guix bug detailing the underlying problem has been filed: [guix-issues#47935](https://issues.guix.gnu.org/47935), [guix-issues#49985](https://issues.guix.gnu.org/49985#5)
787
791
- A commit to skip this test in Guix has been merged into the core-updates branch:
0 commit comments