Conversation
|
Changes unknown |
|
I use |
d9566c8 to
ee2cdcd
Compare
|
|
||
| - name: Configure and refresh repositories | ||
| # disable unused repositories to have faster refresh | ||
| run: zypper modifyrepo -d repo-non-oss repo-openh264 repo-update && ( zypper ref || zypper ref || zypper ref ) |
There was a problem hiding this comment.
Please comment which monster from another dimension is invoked by speaking zypper ref three times ! ! !
There was a problem hiding this comment.
OK, I see it is copied from other jobs, but still it would be nice to know. I prefer Cth*lhu to Candym*an. @lslezak ?
There was a problem hiding this comment.
I would say that @lslezak do it to prevent ref failures
|
Finally the CI is failing in a good way, complaining about code formatting, yay!! 😭 🤣 |
|
I push formatting fix to this branch. |
I do not know why. I opened the file, made a modification, and everything got properly formatted. Perhaps the formatting was not enabled when I wrote that code. The good thing is that, now, we will get those problems during CI. 😄 |
Problem
Often we have formatting issue with rust code
Solution
Try to add to ci running of rustfmt.
Testing
CI should pass ( does not work yet )
@imobachgs maybe you have idea how to handle it as stable rustfmt is ancient 0.10.0 that cannot do 'check' and nightly uses features from non stable channel.