Skip to content

Commit 9ba6f5a

Browse files
committed
Move git longpath enable before il2cpp clone
1 parent 1a861ec commit 9ba6f5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.yamato/Run IL2CPP Tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ commands:
3737
3838
# Step 2 - clone unity/il2cpp into $env:PRTOOLS_BUILD_DIR\il2cpp (C:\buildslave\unity\il2cpp)
3939
- command: |
40-
40+
git config --global core.longpaths true
4141
cd $env:PRTOOLS_BUILD_DIR
4242
4343
git clone --recurse-submodules https://github.cds.internal.unity3d.com/unity/il2cpp.git il2cpp
@@ -48,7 +48,6 @@ commands:
4848
- command: |
4949
5050
cd $env:UNITY_SOURCE_PRTOOLS_DIR
51-
git config --global core.longpaths true
5251
cmd /v /c dotnet run --project $env:YAMATO_WORK_DIR\prtools\PRTools\PRTools.csproj --test-mono-il2cpp-deps=$env:YAMATO_SOURCE_DIR/stevedore/artifactid.txt --backport=$env:BACKPORT_BRANCH --custom-il2cpp-repo-path=$env:PRTOOLS_BUILD_DIR/il2cpp --github-api-token=$env:IL2CPP_GITHUB_TOKEN --yamato-api-token=$env:YAMATO_TOKEN --yamato-long-lived-token --il2cpp-deps-manifest-file=il2cpp-deps.stevedore --yamato-owner-email=$env:YAMATO_OWNER_EMAIL --no-slack --no-push
5352
if ($LASTEXITCODE -ne 0) { echo "PRTools failed"; exit $LASTEXITCODE }
5453

0 commit comments

Comments
 (0)