[K/N][perf] Fix the fallback framework path in swift performance
After bootstrap update and the change that added /usr subdir to absoluteTargetToolchain Merge-request: KT-MR-13212 Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
e5ae32c37a
commit
adf4f823ae
+1
-1
@@ -140,7 +140,7 @@ open class SwiftBenchmarkingPlugin : BenchmarkingPlugin() {
|
||||
addAll(args)
|
||||
}.toTypedArray().runCommand(
|
||||
timeoutAmount = 240,
|
||||
env = mapOf("DYLD_FALLBACK_FRAMEWORK_PATH" to configs.absoluteTargetToolchain + "/ExtraFrameworks"),
|
||||
env = mapOf("DYLD_FALLBACK_FRAMEWORK_PATH" to File(configs.absoluteTargetToolchain).parent + "/ExtraFrameworks"),
|
||||
)
|
||||
|
||||
println(
|
||||
|
||||
Reference in New Issue
Block a user