File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : check-for-missing-dlls
2
2
3
3
on :
4
+ push :
5
+ branches :
6
+ - main
7
+ pull_request :
4
8
workflow_dispatch :
5
9
6
10
env :
32
36
sh -x ./build-extra/please.sh create-sdk-artifact --sdk=git-sdk-arm64.git build-installers &&
33
37
cygpath -aw "$PWD/build-installers/usr/bin/core_perl" >>$GITHUB_PATH &&
34
38
cygpath -aw "$PWD/build-installers/usr/bin" >>$GITHUB_PATH &&
35
- cygpath -aw "$PWD/build-installers/mingw64/bin" >>$GITHUB_PATH
39
+ cygpath -aw "$PWD/build-installers/clangarm64/bin" >>$GITHUB_PATH &&
40
+ echo "MSYSTEM=CLANGARM64" >>$GITHUB_ENV
36
41
- name : check for missing DLLs
37
42
shell : bash
38
43
run : ./build-extra/check-for-missing-dlls.sh
Original file line number Diff line number Diff line change 55
55
make -C ../git DEVELOPER=1 NO_PERL=1 SKIP_DASHED_BUILT_INS=YesPlease -j8 all strip
56
56
- name : show build-options
57
57
shell : bash
58
- run : ../git/git version --build-options
58
+ run : . /etc/profile && . ./git/git version --build-options
59
59
- name : compress git artifacts
60
60
shell : bash
61
61
run : tar -C .. -czf git-artifacts.tar.gz --exclude '*.a' --exclude '*.o' --exclude .git --exclude .depend git
Original file line number Diff line number Diff line change 1
1
name : git-artifacts
2
2
3
3
on :
4
+ push :
5
+ branches :
6
+ - main
4
7
workflow_dispatch :
5
8
6
9
env :
You can’t perform that action at this time.
0 commit comments