File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,6 @@ These rules ensure that the downstream jobs do not run on fatal errors.
93
93
Optional steps may also set ``fatal `` job-scoped environment variable, if taking
94
94
care of calling ``set_step_fail ``.
95
95
96
- The draw back of this approach is that captured/unexpected errors may have a step
97
- exit with error without set the set_step_fail, causing the step fail to fail through
98
- and passing the immediate assert step.
99
-
100
96
Checking steps description
101
97
~~~~~~~~~~~~~~~~~~~~~~~~~~
102
98
@@ -136,7 +132,7 @@ The checkers are, followed by which step event they raise:
136
132
- | ``sparse ``: the changed files are touched and recompiled with ``C=1 ``.
137
133
| ``fail``: ``error`` logged
138
134
| ``warn``: ``warning`` logged
139
- - | ``ggc fanalyzer ``: the changed files are recompiled appending the ``-fanalyzer `` flag.
135
+ - | ``gcc fanalyzer ``: the changed files are recompiled appending the ``-fanalyzer `` flag.
140
136
| It uses the *compile_commands.json* file to extract the correct compilation flags.
141
137
| ``fail``: ``error`` or ``warning`` logged
142
138
- | ``smatch ``: the changed files are touched and recompiled with ``C=1 CHECK="smatch -p=kernel" ``.
You can’t perform that action at this time.
0 commit comments