mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-16 19:41:56 -05:00
Merge pull request #3076 from dennisameling/git-credential-manager-core-arm64
git-artifacts: add workaround for GCM Core on ARM64
This commit is contained in:
7
.github/workflows/git-artifacts.yml
vendored
7
.github/workflows/git-artifacts.yml
vendored
@@ -383,6 +383,13 @@ jobs:
|
||||
with:
|
||||
name: arm64-artifacts
|
||||
path: ${{github.workspace}}/arm64
|
||||
# Workaround for Git Credential Manager Core on ARM64: https://github.com/git-for-windows/git/issues/3015
|
||||
- name: Create git-credential-manager-core wrapper for ARM64
|
||||
if: env.SKIP != 'true' && matrix.arch.arm64 == true
|
||||
shell: bash
|
||||
run: |
|
||||
printf '%s\n' '#!/bin/sh' 'exec /mingw32/libexec/git-core/git-credential-manager-core.exe "$@"' > arm64/libexec/git-core/git-credential-manager-core
|
||||
chmod +x arm64/libexec/git-core/git-credential-manager-core
|
||||
- name: Clone and update build-extra
|
||||
if: env.SKIP != 'true'
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user