openSUSE / agama

A service-based Linux installer
GNU General Public License v2.0
124 stars 36 forks source link

fix(storage): avoid error in storage actions (hot-fix) #1400

Closed joseivanlopez closed 1 week ago

joseivanlopez commented 1 week ago

Problem

Generating storage actions crashes, see:

Solution

Avoid actiongraph clean-up by the ruby GC.

Note: This is a hot-fix. A better solution is required.