Skip to content

Commit

Permalink
Add a new block to ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Mar 20, 2024
1 parent 1e9d8a4 commit 36b03be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/extract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ static IGNORE_BLOCK: &[(&str, &str)] = &[
// Skip environment variable dumps, as these can contain e.g. a SHA which is different in every
// build.
("env:", "##[endgroup]"),
// See src/ci/scripts/dump-environment.sh in rust-lang/rust
(
"environment variables:",
"biggest files in the working dir:",
),
];

lazy_static! {
Expand Down

0 comments on commit 36b03be

Please sign in to comment.