summaryrefslogtreecommitdiff
path: root/src/buildtool/main/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/main/main.cpp')
-rw-r--r--src/buildtool/main/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/main/main.cpp b/src/buildtool/main/main.cpp
index b089e321..08864e96 100644
--- a/src/buildtool/main/main.cpp
+++ b/src/buildtool/main/main.cpp
@@ -122,8 +122,8 @@ void SetupLogging(LogArguments const& clargs) {
auto config =
builder
- .SetHashType(is_compatible ? HashFunction::JustHash::Compatible
- : HashFunction::JustHash::Native)
+ .SetHashType(is_compatible ? HashFunction::Type::PlainSHA256
+ : HashFunction::Type::GitSHA1)
.SetRemoteExecutionArgs(
remote_address, remote_platform_properties, remote_dispatch)
.Build();