Skip to content

Commit 95a398e

Browse files
committed
Remove unused GCC ignore in opt-dist
The `CiGcc` step is not enabled by defaut, so it does not have to be skipped.
1 parent 3f726dd commit 95a398e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/opt-dist/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ fn main() -> anyhow::Result<()> {
454454
"clippy",
455455
"miri",
456456
"rustfmt",
457-
"gcc",
458457
"generate-copyright",
459458
"bootstrap",
460459
] {

0 commit comments

Comments
 (0)