[cdc_rsync] Add build id to github workflow

This commit is contained in:
Levon Ter-Grigoryan
2023-02-03 17:14:04 +01:00
parent aab0b7ef33
commit 84427155c7
5 changed files with 97 additions and 9 deletions

View File

@@ -64,7 +64,10 @@ cc_library(
cc_library(
name = "build_version",
srcs = ["build_version.cc"],
hdrs = ["build_version.h"],
# This definition should be replaced by release flow.
copts = ["-DCDC_BUILD_VERSION=DEV"],
)
cc_library(