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
I wanted to test how ccache may cause #2782 so I edited build/media-autobuild_suite.ini manually. I changed ccache=1 and wanted to make it ccache=2 but accidentally deleted the = so the result was ccache2
When the suite started, it got stuck before printing any text output or calling the update script. So I guess the parser strictly assumes key=value pairs and hangs on any content not in this format.
The text was updated successfully, but these errors were encountered:
I wanted to test how ccache may cause #2782 so I edited build/media-autobuild_suite.ini manually. I changed
ccache=1
and wanted to make itccache=2
but accidentally deleted the=
so the result wasccache2
When the suite started, it got stuck before printing any text output or calling the update script. So I guess the parser strictly assumes
key=value
pairs and hangs on any content not in this format.The text was updated successfully, but these errors were encountered: