Skip to content

Commit

Permalink
Unrolled build for rust-lang#132465
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#132465 - ismailarilik:refactor/config/remove-fixme-comment-for-omit-git-hash, r=jieyouxu

refactor(config): remove FIXME statement in comment of `omit-git-hash`

It is already fixed.
  • Loading branch information
rust-timer authored Nov 2, 2024
2 parents b5f4883 + e169483 commit 2cc0ad4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,6 @@

# Flag indicating whether git info will be retrieved from .git automatically.
# Having the git information can cause a lot of rebuilds during development.
#
# FIXME(#76720): this can causes bugs if different compilers reuse the same metadata cache.
#omit-git-hash = if rust.channel == "dev" { true } else { false }

# Whether to create a source tarball by default when running `x dist`.
Expand Down

0 comments on commit 2cc0ad4

Please sign in to comment.