Skip to content

Commit fec3463

Browse files
committed
ci: remove special cases for examples/vanilla_http_server (fix after ffd841d)
1 parent 2c99f92 commit fec3463

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

‎cmd/tools/modules/testing/common.v‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ pub fn (mut ts TestSession) system(cmd string, mtc MessageThreadContext) int {
270270
pub fn new_test_session(_vargs string, will_compile bool) TestSession {
271271
mut skip_files := []string{}
272272
if will_compile {
273-
$if windows {
274-
skip_files << 'examples/vanilla_http_server' // requires epoll // TODO: find a way to support `// vtest build:` for project folders too...
275-
}
276273
if runner_os != 'Linux' || !github_job.starts_with('tcc-') {
277274
if !os.exists('/usr/local/include/wkhtmltox/pdf.h') {
278275
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases

‎cmd/tools/vbuild-examples.v‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const efolders = [
1010
'examples/viewer',
1111
'examples/vweb_orm_jwt',
1212
'examples/vweb_fullstack',
13-
'examples/vanilla_http_server',
1413
'examples/fasthttp',
1514
]
1615

0 commit comments

Comments
 (0)