mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: make easier the debugging of the docker-alpine-musl-gcc
job (#23399)
This commit is contained in:
parent
ca6e3a38ce
commit
63db71b650
5 changed files with 58 additions and 6 deletions
|
@ -278,7 +278,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
|
|||
$if !macos {
|
||||
skip_files << 'examples/macos_tray/tray.v'
|
||||
}
|
||||
if github_job == 'ubuntu-docker-musl' {
|
||||
if github_job == 'docker-ubuntu-musl' {
|
||||
skip_files << 'vlib/net/openssl/openssl_compiles_test.c.v'
|
||||
skip_files << 'vlib/crypto/ecdsa/ecdsa_test.v'
|
||||
skip_files << 'vlib/x/ttf/ttf_test.v'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue