Skip to content

Commit 2f17590

Browse files
committed
TO-DROP: one of build of mingw-w64-git with the git.exe fix
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 99dee70 commit 2f17590

File tree

1 file changed

+7
-26
lines changed

1 file changed

+7
-26
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,15 @@ name: build-and-deploy
22
run-name: Build${{ inputs.build_only == '' && ' and deploy' || '' }} ${{ !startsWith(inputs.package, 'mingw-w64-') && inputs.repo != 'MSYS2-packages' && inputs.package != 'git-extra' && inputs.package != 'git-for-windows-keyring' && 'mingw-w64-' || '' }}${{ inputs.package }}${{ inputs.architecture && format(' ({0})', inputs.architecture) || '' }}
33

44
on:
5-
workflow_dispatch:
6-
inputs:
7-
package:
8-
description: 'The package to build'
9-
required: true
10-
build_only:
11-
description: 'Skip deployment (if "true")'
12-
required: false
13-
repo:
14-
description: 'The repo containing the package definition'
15-
required: true
16-
ref:
17-
description: 'The ref containing the package definition'
18-
required: true
19-
architecture:
20-
description: 'The architecture to build for (only for MSYS packages and all arm64 builds)'
21-
required: false
22-
actor:
23-
description: The GitHub user on whose behalf this workflow is run
24-
required: false
25-
5+
push:
6+
267
env:
27-
PACKAGE_TO_BUILD: "${{ github.event.inputs.package }}"
28-
BUILD_ONLY: "${{ github.event.inputs.build_only }}"
8+
PACKAGE_TO_BUILD: mingw-w64-git
9+
BUILD_ONLY:
2910
OWNER: "git-for-windows"
30-
REPO: "${{ github.event.inputs.repo }}"
31-
REF: "${{ github.event.inputs.ref }}"
32-
ARCHITECTURE: "${{ github.event.inputs.architecture }}"
11+
REPO: MINGW-packages
12+
REF: 52bfcf05d90511c71fc949d7afea50af65a8f563
13+
ARCHITECTURE:
3314
GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
3415
ACTOR: "${{ github.event.inputs.actor || github.triggering_actor }}"
3516
CREATE_CHECK_RUN: true

0 commit comments

Comments
 (0)