File tree 15 files changed +7
-53
lines changed
15 files changed +7
-53
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ subpackages:
45
45
test :
46
46
pipeline :
47
47
- uses : test/tw/ldd-check
48
- with :
49
- packages : libutempter-dev
50
48
51
49
- name : libutempter-doc
52
50
pipeline :
@@ -66,5 +64,3 @@ update:
66
64
test :
67
65
pipeline :
68
66
- uses : test/tw/ldd-check
69
- with :
70
- packages : libutempter
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ subpackages:
45
45
pipeline :
46
46
- uses : test/pkgconf
47
47
- uses : test/tw/ldd-check
48
- with :
49
- packages : libuv-dev
50
48
51
49
update :
52
50
enabled : true
83
81
84
82
gcc test_libuv.c -o test_libuv -luv || (echo "libuv test compilation failed!" && exit 1)
85
83
./test_libuv || (echo "libuv test failed!" && exit 1)
86
- - uses : test/ldd-check
87
- with :
88
- packages : ${{package.name}}
84
+ - uses : test/tw/ldd-check
Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ subpackages:
52
52
pipeline :
53
53
- uses : test/pkgconf
54
54
- uses : test/tw/ldd-check
55
- with :
56
- packages : libva-dev
57
55
description : libva dev
58
56
59
57
update :
@@ -64,5 +62,3 @@ update:
64
62
test :
65
63
pipeline :
66
64
- uses : test/tw/ldd-check
67
- with :
68
- packages : libva
Original file line number Diff line number Diff line change @@ -73,9 +73,7 @@ subpackages:
73
73
mv ${{targets.destdir}}/usr/lib/libverto-${{range.key}}.so.* ${{targets.subpkgdir}}/usr/lib/
74
74
test :
75
75
pipeline :
76
- - uses : test/ldd-check
77
- with :
78
- packages : $(basename ${{targets.contextdir}})
76
+ - uses : test/tw/ldd-check
79
77
description : ${{range.key}} driver for libverto
80
78
81
79
update :
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ subpackages:
69
69
pipeline :
70
70
- uses : test/pkgconf
71
71
- uses : test/tw/ldd-check
72
- with :
73
- packages : libvncserver-dev
74
72
75
73
update :
76
74
enabled : true
@@ -83,5 +81,3 @@ update:
83
81
test :
84
82
pipeline :
85
83
- uses : test/tw/ldd-check
86
- with :
87
- packages : libvncserver
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ subpackages:
53
53
pipeline :
54
54
- uses : test/pkgconf
55
55
- uses : test/tw/ldd-check
56
- with :
57
- packages : libwebp-dev
58
56
59
57
- name : libwebp-doc
60
58
pipeline :
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ subpackages:
68
68
pipeline :
69
69
- uses : test/pkgconf
70
70
- uses : test/tw/ldd-check
71
- with :
72
- packages : libwebsockets-dev
73
71
74
72
- name : libwebsockets-test
75
73
pipeline :
@@ -91,9 +89,7 @@ subpackages:
91
89
mv ${{targets.destdir}}/usr/lib/libwebsockets-evlib_uv.so ${{targets.subpkgdir}}/usr/lib/
92
90
test :
93
91
pipeline :
94
- - uses : test/ldd-check
95
- with :
96
- packages : $(basename ${{targets.contextdir}})
92
+ - uses : test/tw/ldd-check
97
93
description : libwebsocket plugin
98
94
99
95
update :
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ subpackages:
72
72
pipeline :
73
73
- uses : test/pkgconf
74
74
- uses : test/tw/ldd-check
75
- with :
76
- packages : libx11-dev
77
75
78
76
update :
79
77
enabled : true
Original file line number Diff line number Diff line change @@ -51,8 +51,6 @@ subpackages:
51
51
pipeline :
52
52
- uses : test/pkgconf
53
53
- uses : test/tw/ldd-check
54
- with :
55
- packages : libxau-dev
56
54
57
55
- name : libxau-doc
58
56
pipeline :
Original file line number Diff line number Diff line change @@ -57,9 +57,7 @@ subpackages:
57
57
test :
58
58
pipeline :
59
59
- uses : test/pkgconf
60
- - uses : test/ldd-check
61
- with :
62
- packages : $(basename ${{targets.contextdir}})
60
+ - uses : test/tw/ldd-check
63
61
64
62
- name : libxaw-doc
65
63
pipeline :
Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ subpackages:
75
75
pipeline :
76
76
- uses : test/pkgconf
77
77
- uses : test/tw/ldd-check
78
- with :
79
- packages : libxcb-dev
80
78
81
79
update :
82
80
enabled : true
Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ subpackages:
55
55
pipeline :
56
56
- uses : test/pkgconf
57
57
- uses : test/tw/ldd-check
58
- with :
59
- packages : libxcomposite-dev
60
58
61
59
- name : libxcomposite-doc
62
60
pipeline :
Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ subpackages:
81
81
pipeline :
82
82
- uses : test/pkgconf
83
83
- uses : test/tw/ldd-check
84
- with :
85
- packages : libxcrypt-dev
86
84
87
85
update :
88
86
enabled : true
@@ -93,6 +91,4 @@ update:
93
91
94
92
test :
95
93
pipeline :
96
- - uses : test/ldd-check
97
- with :
98
- packages : ${{package.name}}
94
+ - uses : test/tw/ldd-check
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ subpackages:
33
33
pipeline :
34
34
- uses : test/pkgconf
35
35
- uses : test/tw/ldd-check
36
- with :
37
- packages : libxcvt-dev
38
36
39
37
- name : libxcvt-doc
40
38
pipeline :
Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ subpackages:
72
72
description : libxml2 python3 bindings
73
73
test :
74
74
pipeline :
75
- - uses : test/ldd-check
76
- with :
77
- packages : $(basename ${{targets.contextdir}})
75
+ - uses : test/tw/ldd-check
78
76
79
77
- name : libxml2-utils
80
78
pipeline :
@@ -147,8 +145,6 @@ subpackages:
147
145
./test || exit 1
148
146
- uses : test/pkgconf
149
147
- uses : test/tw/ldd-check
150
- with :
151
- packages : libxml2-dev
152
148
153
149
update :
154
150
enabled : true
@@ -157,6 +153,4 @@ update:
157
153
158
154
test :
159
155
pipeline :
160
- - uses : test/ldd-check
161
- with :
162
- packages : ${{package.name}}
156
+ - uses : test/tw/ldd-check
You can’t perform that action at this time.
0 commit comments