Skip to content

Commit

Permalink
Document use of SOURCE_BUILD_EPOCH
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Aug 30, 2022
1 parent 44698d6 commit 6d89674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/feature/build.rs
Expand Up @@ -40,6 +40,9 @@ use {
/// * **NOTE** - The date/time instruction output is determined by the [`kind`](TimestampKind) field and can be any combination of the three.
/// * **NOTE** - To keep processing other sections if an Error occurs in this one, set
/// [`Build::skip_if_error`](Build::skip_if_error_mut()) to true.
/// * **NOTE** - If the
/// [`SOURCE_BUILD_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/) environment
/// variable is set, vergen will use the value of that variable in place of the current time.
///
/// # Example
///
Expand Down

0 comments on commit 6d89674

Please sign in to comment.