From dd788a6cea80d04dfd79924edbc7b3b772fe68b8 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Mon, 28 Sep 2020 13:33:50 +0200 Subject: [PATCH] Fix #3347: Disable Git-LFS on Windows --- taskcluster/generic_tc_caching-win-opt-base.tyml | 1 + taskcluster/test-win-cuda-opt-base.tyml | 1 + taskcluster/test-win-opt-base.tyml | 1 + taskcluster/win-opt-base.tyml | 1 + 4 files changed, 4 insertions(+) diff --git a/taskcluster/generic_tc_caching-win-opt-base.tyml b/taskcluster/generic_tc_caching-win-opt-base.tyml index 43f6372e..32606ce4 100644 --- a/taskcluster/generic_tc_caching-win-opt-base.tyml +++ b/taskcluster/generic_tc_caching-win-opt-base.tyml @@ -24,6 +24,7 @@ payload: env: TC_MSYS_VERSION: 'MSYS_NT-6.3-9600' MSYS: 'winsymlinks:nativestrict' + GIT_LFS_SKIP_SMUDGE: '1' command: - >- diff --git a/taskcluster/test-win-cuda-opt-base.tyml b/taskcluster/test-win-cuda-opt-base.tyml index 17ee34ae..40a34c81 100644 --- a/taskcluster/test-win-cuda-opt-base.tyml +++ b/taskcluster/test-win-cuda-opt-base.tyml @@ -32,6 +32,7 @@ then: EXPECTED_TENSORFLOW_VERSION: "${build.tensorflow_git_desc}" TC_MSYS_VERSION: 'MSYS_NT-6.3-9600' MSYS: 'winsymlinks:nativestrict' + GIT_LFS_SKIP_SMUDGE: '1' command: - >- diff --git a/taskcluster/test-win-opt-base.tyml b/taskcluster/test-win-opt-base.tyml index 92021d74..f8aa58c9 100644 --- a/taskcluster/test-win-opt-base.tyml +++ b/taskcluster/test-win-opt-base.tyml @@ -34,6 +34,7 @@ then: EXPECTED_TENSORFLOW_VERSION: "${build.tensorflow_git_desc}" TC_MSYS_VERSION: 'MSYS_NT-6.3-9600' MSYS: 'winsymlinks:nativestrict' + GIT_LFS_SKIP_SMUDGE: '1' command: - >- diff --git a/taskcluster/win-opt-base.tyml b/taskcluster/win-opt-base.tyml index 80ecc79d..bd718e55 100644 --- a/taskcluster/win-opt-base.tyml +++ b/taskcluster/win-opt-base.tyml @@ -34,6 +34,7 @@ payload: MSYS: 'winsymlinks:nativestrict' EXAMPLES_CLONE_URL: "https://github.com/mozilla/STT-examples" EXAMPLES_CHECKOUT_TARGET: "r0.8" + GIT_LFS_SKIP_SMUDGE: '1' command: - >-