Move GIT_VERSION injection later in build chain to reduce build times

This commit is contained in:
Alex Auvolat
2022-09-07 11:59:56 +02:00
parent 6f02c36a89
commit db61f41030
13 changed files with 76 additions and 79 deletions
Generated
+1 -1
View File
@@ -1099,6 +1099,7 @@ dependencies = [
"garage_rpc",
"garage_table",
"garage_util",
"git-version",
"hex",
"netapp",
"opentelemetry",
@@ -1173,7 +1174,6 @@ dependencies = [
"err-derive 0.3.1",
"futures",
"garage_db",
"git-version",
"hex",
"http",
"hyper",