Skip to content

Commit

Permalink
ci: fix failure of the docker-ubuntu-musl job (keep vlib/vweb/vweb_ap…
Browse files Browse the repository at this point in the history
…p_test.v in the skip_files)
  • Loading branch information
spytheman committed Jan 19, 2025
1 parent c432ed1 commit c94e1e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/tools/modules/testing/common.v
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
if !os.exists('/usr/local/include/wkhtmltox/pdf.h') {
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
}
skip_files << 'vlib/veb/tests/veb_app_test.v' // imports the `sqlite` module, which in turn includes sqlite3.h
skip_files << 'vlib/vweb/vweb_app_test.v' // imports the `sqlite` module, which in turn includes `sqlite3.h`
skip_files << 'vlib/veb/tests/veb_app_test.v' // imports the `sqlite` module, which in turn includes `sqlite3.h`
}
$if !macos {
skip_files << 'examples/macos_tray/tray.v'
Expand Down

0 comments on commit c94e1e0

Please sign in to comment.