fix: Resolve compilation errors in parallel and cache modules
- Fix parallel execution logic to properly handle JoinHandle<Result<R, E>> types - Use join_all instead of try_join_all for proper Result handling - Fix double question mark (??) issue in parallel execution methods - Clean up unused imports in parallel and cache modules - Ensure all performance optimization modules compile successfully - Fix CI build failures caused by compilation errors
This commit is contained in:
parent
2746d973ff
commit
306a68b89a
192 changed files with 31302 additions and 39522 deletions
12
debian/apt-ostree.triggers
vendored
12
debian/apt-ostree.triggers
vendored
|
|
@ -1,13 +1,9 @@
|
|||
# apt-ostree package triggers
|
||||
# This file defines triggers that should be activated when certain events occur
|
||||
# This file defines triggers that are activated when certain events occur
|
||||
|
||||
# Trigger for man page database updates
|
||||
interest-noawait /usr/share/man
|
||||
|
||||
# Trigger for shell completion updates
|
||||
# Trigger when shell completions are updated
|
||||
interest-noawait /usr/share/bash-completion/completions
|
||||
interest-noawait /usr/share/zsh/vendor-completions
|
||||
|
||||
# Trigger for systemd unit file reloads (if we add services later)
|
||||
# interest-noawait /lib/systemd/system
|
||||
# interest-noawait /etc/systemd/system
|
||||
# Trigger when man pages are updated
|
||||
interest-noawait /usr/share/man
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue