diff options
| author | Matt Jolly <kangie@gentoo.org> | 2025-02-26 17:11:30 +1000 |
|---|---|---|
| committer | Matt Jolly <kangie@gentoo.org> | 2025-02-27 07:11:42 +1000 |
| commit | b4cd6dc63625b3d4f3f1cf158b8fe558924de928 (patch) | |
| tree | cf8baa012fa5d74c4b9d4979234cd5711fb95f02 /dev-lang/rust/rust-9999.ebuild | |
| parent | 5337436904fdcf659c7980e3edd8851fc1b7cae9 (diff) | |
| download | gentoo-b4cd6dc63625b3d4f3f1cf158b8fe558924de928.tar.gz gentoo-b4cd6dc63625b3d4f3f1cf158b8fe558924de928.tar.bz2 gentoo-b4cd6dc63625b3d4f3f1cf158b8fe558924de928.zip | |
dev-lang/rust-9999: include commit info
By default VCS checkouts don't include commit info in the
version string to save on rebuilds.
We don't have to worry about incremental builds in Gentoo,
and having a date and commit for the live ebuild will greatly
assist in any troubleshooting we have to do (or bug reports
for upstream).
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-9999.ebuild')
| -rw-r--r-- | dev-lang/rust/rust-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index 28e6f429280a..97c665f7828d 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -470,6 +470,7 @@ src_configure() { verbose-tests = true optimize-tests = $(toml_usex !debug) codegen-tests = true + omit-git-hash = false dist-src = false remap-debuginfo = true lld = $(usex system-llvm false $(toml_usex wasm)) |
