You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now manually calculate rpm package dependencies per packaging build. This step takes around 5 seconds.
Before, we were using a hardcoded list.
Preferably on a fresh VM:
Obtain the latest Insiders rpm package from the builds page, as well as an older Stable package.
Verify the requirements list is longer than before. Also verify that the list does not contain libffmpeg, because we already include the .so file for that in the package ourselves.
Install the package. Verify that the package can be installed successfully.
Verify the package is sane, and that no missing dependencies errors show up.
The text was updated successfully, but these errors were encountered:
Refs: #17142
Complexity: 5
Authors: @rzhao271, @deepak1556
Create Issue
We now manually calculate rpm package dependencies per packaging build. This step takes around 5 seconds.
Before, we were using a hardcoded list.
Preferably on a fresh VM:
libffmpeg
, because we already include the.so
file for that in the package ourselves.The text was updated successfully, but these errors were encountered: