File tree Expand file tree Collapse file tree
src/placeos-core/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ RUN apk add --update --no-cache \
2424 iputils \
2525 'libcurl>=7.79.1-r0' \
2626 libssh2-static \
27+ lz4-dev \
28+ lz4-static \
2729 yaml-static
2830
2931# Add trusted CAs for communicating with external services
Original file line number Diff line number Diff line change @@ -90,8 +90,9 @@ module PlaceOS::Core::Resources
9090
9191 # (Re)load modules onto the compiled driver
9292 def self.reload_modules (driver, module_manager)
93- # TODO: Ensure that drivers are reloaded _for_ the driver only
94- # May need to associate driver manager with a `driver_id`
93+ # TODO: Ensure that modules are reloaded for the specific driver only
94+ #
95+ # It may be necessary to associate driver manager with a `driver_id`.
9596 module_manager.reload_modules(driver)
9697 end
9798
You can’t perform that action at this time.
0 commit comments