added monerod docker image
All checks were successful
CI / Build monerod docker images (push) Successful in 18s
All checks were successful
CI / Build monerod docker images (push) Successful in 18s
This commit is contained in:
13
monerod/version-string.patch
Normal file
13
monerod/version-string.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/cmake/Version.cmake b/cmake/Version.cmake
|
||||
index 3677e80..490de2c 100644
|
||||
--- a/cmake/Version.cmake
|
||||
+++ b/cmake/Version.cmake
|
||||
@@ -32,7 +32,7 @@ function (write_static_version_header hash)
|
||||
endfunction ()
|
||||
|
||||
find_package(Git QUIET)
|
||||
-if ("$Format:$" STREQUAL "")
|
||||
+if ("$Format:$" STREQUAL "" OR NOT EXISTS .git)
|
||||
# We're in a tarball; use hard-coded variables.
|
||||
set(VERSION_IS_RELEASE "true")
|
||||
write_version("release")
|
||||
Reference in New Issue
Block a user