File tree 6 files changed +11
-0
lines changed
6 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 50
50
arch : ${{ matrix.arch }}
51
51
tls : ${{ inputs.tls }}
52
52
static : ${{ inputs.static }}
53
+ repo : ${{ inputs.repo }}
53
54
54
55
build-darwin-universal :
55
56
name : Build Universal Binaries
Original file line number Diff line number Diff line change 37
37
tls : ${{ matrix.vec.tls }}
38
38
sanitize : ${{ matrix.vec.sanitize }}
39
39
build : ${{ matrix.vec.build }}
40
+ repo : ${{ github.repository }}
40
41
41
42
bvt-winlatest :
42
43
name : BVT WinPrerelease
Original file line number Diff line number Diff line change 25
25
uses : ./.github/workflows/build-reuse-darwin-framework.yml
26
26
with :
27
27
config : ' Debug'
28
+ repo : ${{ github.repository }}
28
29
29
30
build-linux :
30
31
name : Ubuntu
45
46
arch : ${{ matrix.vec.arch }}
46
47
tls : ${{ matrix.vec.tls }}
47
48
xdp : ${{ matrix.vec.xdp }}
49
+ repo : ${{ github.repository }}
48
50
49
51
build-windows :
50
52
name : Windows
63
65
os : ${{ matrix.vec.os }}
64
66
arch : ${{ matrix.vec.arch }}
65
67
tls : ${{ matrix.vec.tls }}
68
+ repo : ${{ github.repository }}
66
69
67
70
dotnet-test :
68
71
name : DotNet Test
Original file line number Diff line number Diff line change 75
75
clang : ${{ inputs.clang }}
76
76
build : ${{ inputs.build }}
77
77
xdp : ${{ inputs.xdp }}
78
+ repo : ${{ github.repository }}
78
79
79
80
package :
80
81
name : Package
Original file line number Diff line number Diff line change 40
40
tls : ${{ matrix.vec.tls }}
41
41
sanitize : ${{ matrix.vec.sanitize }}
42
42
build : ${{ matrix.vec.build }}
43
+ repo : ${{ github.repository }}
43
44
44
45
build-unix :
45
46
name : Build Unix
66
67
sanitize : ${{ matrix.vec.sanitize }}
67
68
build : ${{ matrix.vec.build }}
68
69
xdp : ${{ matrix.vec.xdp }}
70
+ repo : ${{ github.repository }}
69
71
70
72
stress :
71
73
name : Stress
Original file line number Diff line number Diff line change 43
43
tls : ${{ matrix.vec.tls }}
44
44
build : ${{ matrix.vec.build }}
45
45
ref : ${{ inputs.ref || '' }}
46
+ repo : ${{ github.repository }}
46
47
47
48
build-windows :
48
49
name : Build WinUser
66
67
sanitize : ${{ matrix.vec.sanitize }}
67
68
build : ${{ matrix.vec.build }}
68
69
ref : ${{ inputs.ref || '' }}
70
+ repo : ${{ github.repository }}
69
71
70
72
build-unix :
71
73
name : Build Unix
94
96
build : ${{ matrix.vec.build }}
95
97
xdp : ${{ matrix.vec.xdp }}
96
98
ref : ${{ inputs.ref || '' }}
99
+ repo : ${{ github.repository }}
97
100
98
101
bvt :
99
102
name : BVT
You can’t perform that action at this time.
0 commit comments