File tree 15 files changed +15
-61
lines changed
15 files changed +15
-61
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,4 @@ test:
101
101
erlc hello.erl
102
102
103
103
erl -noshell -pa . -eval "hello:hello_wolfi()." -s init stop
104
- - uses : test/ldd-check
105
- with :
106
- packages : ${{package.name}}
104
+ - uses : test/tw/ldd-check
Original file line number Diff line number Diff line change @@ -112,6 +112,4 @@ test:
112
112
erlc hello.erl
113
113
114
114
erl -noshell -pa . -eval "hello:hello_wolfi()." -s init stop
115
- - uses : test/ldd-check
116
- with :
117
- packages : ${{package.name}}
115
+ - uses : test/tw/ldd-check
Original file line number Diff line number Diff line change @@ -81,9 +81,7 @@ subpackages:
81
81
mv ${{targets.destdir}}/usr/lib/libudev.so.* ${{targets.subpkgdir}}/usr/lib/
82
82
test :
83
83
pipeline :
84
- - uses : test/ldd-check
85
- with :
86
- packages : $(basename ${{targets.contextdir}})
84
+ - uses : test/tw/ldd-check
87
85
description : Dynamic library to access udev device information
88
86
89
87
- name : eudev-netifnames
Original file line number Diff line number Diff line change 71
71
eltest --help
72
72
withstdinas help
73
73
- uses : test/tw/ldd-check
74
- with :
75
- packages : execline
Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ subpackages:
42
42
pipeline :
43
43
- uses : test/pkgconf
44
44
- uses : test/tw/ldd-check
45
- with :
46
- packages : expat-dev
47
45
48
46
- name : " libexpat1"
49
47
description : " libexpat shared library"
@@ -53,9 +51,7 @@ subpackages:
53
51
mv "${{targets.destdir}}"/usr/lib "${{targets.subpkgdir}}"/usr/
54
52
test :
55
53
pipeline :
56
- - uses : test/ldd-check
57
- with :
58
- packages : libexpat1
54
+ - uses : test/tw/ldd-check
59
55
60
56
- name : expat-doc
61
57
description : expat docs
@@ -112,9 +108,7 @@ test:
112
108
113
109
gcc -o test test.c -lexpat
114
110
./test
115
- - uses : test/ldd-check
116
- with :
117
- packages : ${{package.name}}
111
+ - uses : test/tw/ldd-check
118
112
- name : " Verify XML parsing functionality"
119
113
runs : |
120
114
cat > test.xml << EOF
Original file line number Diff line number Diff line change @@ -142,8 +142,6 @@ subpackages:
142
142
pipeline :
143
143
- uses : test/pkgconf
144
144
- uses : test/tw/ldd-check
145
- with :
146
- packages : falco-dev
147
145
148
146
update :
149
147
enabled : true
@@ -215,6 +213,4 @@ test:
215
213
- name : " Check ignored events"
216
214
runs : |
217
215
falco -i
218
- - uses : test/ldd-check
219
- with :
220
- packages : ${{package.name}}
216
+ - uses : test/tw/ldd-check
Original file line number Diff line number Diff line change @@ -146,8 +146,6 @@ subpackages:
146
146
pipeline :
147
147
- uses : test/pkgconf
148
148
- uses : test/tw/ldd-check
149
- with :
150
- packages : ffmpeg-dev
151
149
152
150
- name : ffmpeg-doc
153
151
pipeline :
Original file line number Diff line number Diff line change @@ -102,9 +102,7 @@ subpackages:
102
102
mv "${{targets.destdir}}"/usr/lib/libfftw3f*.so* "${{targets.subpkgdir}}"/usr/lib/
103
103
test :
104
104
pipeline :
105
- - uses : test/ldd-check
106
- with :
107
- packages : $(basename ${{targets.contextdir}})
105
+ - uses : test/tw/ldd-check
108
106
109
107
- name : fftw-long-double-libs
110
108
pipeline :
@@ -113,9 +111,7 @@ subpackages:
113
111
mv "${{targets.destdir}}"/usr/lib/libfftw3l*.so* "${{targets.subpkgdir}}"/usr/lib/
114
112
test :
115
113
pipeline :
116
- - uses : test/ldd-check
117
- with :
118
- packages : $(basename ${{targets.contextdir}})
114
+ - uses : test/tw/ldd-check
119
115
120
116
- name : fftw-double-libs
121
117
pipeline :
@@ -124,9 +120,7 @@ subpackages:
124
120
mv "${{targets.destdir}}"/usr/lib/libfftw3*.so* "${{targets.subpkgdir}}"/usr/lib/
125
121
test :
126
122
pipeline :
127
- - uses : test/ldd-check
128
- with :
129
- packages : $(basename ${{targets.contextdir}})
123
+ - uses : test/tw/ldd-check
130
124
131
125
update :
132
126
release-monitor :
Original file line number Diff line number Diff line change @@ -73,9 +73,7 @@ subpackages:
73
73
mv "${{targets.destdir}}"/usr/share/misc "${{targets.subpkgdir}}"/usr/share
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
80
78
- name : " file-doc"
81
79
description : " file documentation"
Original file line number Diff line number Diff line change @@ -64,9 +64,7 @@ subpackages:
64
64
mv ${{targets.destdir}}/usr/lib/libFLAC.so.* ${{targets.subpkgdir}}/usr/lib
65
65
test :
66
66
pipeline :
67
- - uses : test/ldd-check
68
- with :
69
- packages : $(basename ${{targets.contextdir}})
67
+ - uses : test/tw/ldd-check
70
68
71
69
- name : libflac++
72
70
pipeline :
@@ -75,9 +73,7 @@ subpackages:
75
73
mv ${{targets.destdir}}/usr/lib/libFLAC++.so.* ${{targets.subpkgdir}}/usr/lib
76
74
test :
77
75
pipeline :
78
- - uses : test/ldd-check
79
- with :
80
- packages : $(basename ${{targets.contextdir}})
76
+ - uses : test/tw/ldd-check
81
77
82
78
- name : flac-doc
83
79
pipeline :
Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ subpackages:
57
57
test :
58
58
pipeline :
59
59
- uses : test/tw/ldd-check
60
- with :
61
- packages : flex-dev
62
60
63
61
- name : " libfl2"
64
62
description : " flex scanner library"
@@ -68,9 +66,7 @@ subpackages:
68
66
mv "${{targets.destdir}}"/usr/lib/libfl.so* "${{targets.subpkgdir}}"/usr/lib
69
67
test :
70
68
pipeline :
71
- - uses : test/ldd-check
72
- with :
73
- packages : $(basename ${{targets.contextdir}})
69
+ - uses : test/tw/ldd-check
74
70
75
71
- name : flex-doc
76
72
description : flex docs
Original file line number Diff line number Diff line change @@ -126,5 +126,3 @@ test:
126
126
fluent-bit --help
127
127
luajit -v
128
128
- uses : test/tw/ldd-check
129
- with :
130
- packages : ${{package.name}}
Original file line number Diff line number Diff line change 73
73
done
74
74
echo "Timeout: 'Starting fluent-bit-go-loki' not found in logs"
75
75
exit 1
76
- - uses : test/ldd-check
77
- with :
78
- packages : ${{package.name}}
76
+ - uses : test/tw/ldd-check
79
77
80
78
update :
81
79
enabled : true
Original file line number Diff line number Diff line change 69
69
g++ -o test_fmt test_fmt.cc -lfmt
70
70
./test_fmt |grep "hello world"
71
71
- uses : test/tw/ldd-check
72
- with :
73
- packages : fmt
Original file line number Diff line number Diff line change @@ -86,9 +86,7 @@ subpackages:
86
86
mv "${{targets.destdir}}"/usr/lib/libfontconfig.so.* "${{targets.subpkgdir}}"/usr/lib
87
87
test :
88
88
pipeline :
89
- - uses : test/ldd-check
90
- with :
91
- packages : $(basename ${{targets.contextdir}})
89
+ - uses : test/tw/ldd-check
92
90
93
91
- name : fontconfig-dev
94
92
pipeline :
@@ -98,8 +96,6 @@ subpackages:
98
96
pipeline :
99
97
- uses : test/pkgconf
100
98
- uses : test/tw/ldd-check
101
- with :
102
- packages : fontconfig-dev
103
99
104
100
update :
105
101
enabled : true
You can’t perform that action at this time.
0 commit comments