We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5127748 commit caf8d35Copy full SHA for caf8d35
tools/helios-build/src/main.rs
@@ -599,7 +599,9 @@ fn regen_illumos_sh<P: AsRef<Path>>(
599
smatch,$SMATCHBIN,smatch\"\n";
600
}
601
602
- env += "export BUILDVERSION_EXEC=\"git describe --all --long --dirty\"\n";
+ env += "export BUILDVERSION_EXEC=\
603
+ \"git describe --all --long --dirty \
604
+ --match $(git branch --show-current) --exact-match\"\n";
605
env += &format!("export DMAKE_MAX_JOBS={}\n", maxjobs);
606
env += "export ENABLE_SMB_PRINTING='#'\n";
607
match relver {
0 commit comments