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
sylog.Errorf("%s: while removing temp dir: %v", bkdaemon.DaemonName, err)
59
+
}
60
+
}()
61
+
62
+
iferr:=fsoverlay.CheckUpper(tmpRoot); err!=nil {
63
+
sylog.Fatalf("%s: temporary directory does not support buildkit. Please set $TMPDIR to a local filesystem.", bkdaemon.DaemonName)
64
+
}
65
+
66
+
sylog.Warningf("%s: ~/.singularity filesystem does not support buildkit. Using temporary directory %s. Layers will not be cached for future builds.", bkdaemon.DaemonName, tmpRoot)
0 commit comments