let p' = p { env = Just ((v, PidF.pidLockEnvValue) : baseenv) }
withCreateProcess p' a
#else
- gonopidlock
+ liftIO gonopidlock
#endif
{- Wrap around actions that may run a git-annex child process via a git
* runshell: Fix a edge case where rm errors were sent to stdout, which
could confuse things parsing git-annex output.
* runshell: Update files atomically when preparing to run git-annex.
+ * Fix a build failure on Windows.
-- Joey Hess <id@joeyh.name> Mon, 14 Sep 2020 18:34:37 -0400
- stack version: 2.3.3
- Windows version: Windows 7 Enterprise, version 6.1
+
+> [[fixed|done]] --[[Joey]]
--- /dev/null
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2020-10-07T16:03:04Z"
+ content="""
+Thanks for reporting this. I usually only find out when the Windows CI
+fails, but it's not been running for a while.
+
+I've fixed this particular problem, but don't have a windows build env
+handy to test the rest of the build. Please followup if there's a
+subsequent build failure.
+"""]]