Fix build without the assistant.
This commit is contained in:
parent
fa39406077
commit
dbc00906bf
3 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@ git-annex (10.20250321) UNRELEASED; urgency=medium
|
||||||
* updatecluster, updateproxy: When a remote that has no annex-uuid is
|
* updatecluster, updateproxy: When a remote that has no annex-uuid is
|
||||||
configured as annex-cluster-node, warn and avoid writing bad data to
|
configured as annex-cluster-node, warn and avoid writing bad data to
|
||||||
the git-annex branch.
|
the git-annex branch.
|
||||||
|
* Fix build without the assistant.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Fri, 21 Mar 2025 12:27:11 -0400
|
-- Joey Hess <id@joeyh.name> Fri, 21 Mar 2025 12:27:11 -0400
|
||||||
|
|
||||||
|
|
|
@ -139,7 +139,7 @@ watchDir dir prune scanevents hooks runstartup =
|
||||||
runstartup $ Win32Notify.watchDir dir prune scanevents hooks
|
runstartup $ Win32Notify.watchDir dir prune scanevents hooks
|
||||||
#else
|
#else
|
||||||
type DirWatcherHandle = ()
|
type DirWatcherHandle = ()
|
||||||
watchDir :: FilePath -> Pruner -> Bool -> WatchHooks -> (IO () -> IO ()) -> IO DirWatcherHandle
|
watchDir :: OsPath -> Pruner -> Bool -> WatchHooks -> (IO () -> IO ()) -> IO DirWatcherHandle
|
||||||
watchDir = error "watchDir not defined"
|
watchDir = error "watchDir not defined"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -60,3 +60,5 @@ of the setup in case they turn out to be relevant:
|
||||||
- `--ghc-options="-j$n +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread"`
|
- `--ghc-options="-j$n +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread"`
|
||||||
|
|
||||||
Full setup is at <https://git.kyleam.com/static-annex/>.
|
Full setup is at <https://git.kyleam.com/static-annex/>.
|
||||||
|
|
||||||
|
> [[fixed|done]] --[[Joey]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue