Commit graph

22 commits

Author SHA1 Message Date
Delyan Angelov
2b0af31bf9
ci: bump retry time from 10 to 15 minutes (reduce false positives for slow dependency installations on the CI) 2025-09-07 14:14:47 +03:00
Delyan Angelov
9a93e82239
ci: add a disable_azure_mirror.sh script, and use it before apt update to reduce the recent timeouts during installing dependencies (#25147)
Some checks are pending
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
native backend CI / native-backend-ubuntu (push) Waiting to run
native backend CI / native-backend-windows (push) Waiting to run
Shy and PV CI / v-compiles-puzzle-vibes (push) Waiting to run
Sanitized CI / sanitize-undefined-clang (push) Waiting to run
Sanitized CI / sanitize-undefined-gcc (push) Waiting to run
Sanitized CI / tests-sanitize-address-clang (push) Waiting to run
Sanitized CI / sanitize-address-msvc (push) Waiting to run
Sanitized CI / sanitize-address-gcc (push) Waiting to run
Sanitized CI / sanitize-memory-clang (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
wasm backend CI / wasm-backend (ubuntu-22.04) (push) Waiting to run
wasm backend CI / wasm-backend (windows-2022) (push) Waiting to run
Workflow Lint / lint-yml-workflows (push) Waiting to run
2025-08-20 22:49:47 +03:00
dependabot[bot]
b7cd854ed0
ci: bump actions/checkout from 4 to 5 (#25095) 2025-08-12 18:54:24 +03:00
Delyan Angelov
457d7b616e
ci: use v retry to reduce the false positives for retrieving the dependencies for vinix too 2025-05-14 10:40:22 +03:00
Delyan Angelov
55f482bb63
ci: update linux image runners from ubuntu-20.04 to ubuntu-24.04 (#23706) 2025-02-17 07:37:59 +02:00
Delyan Angelov
4e62b53ab6
docs: change instructions for cloning the V repository to use --depth=1 (#22905) 2024-11-18 23:24:02 +02:00
mintsuki
1818e63253
ci: fix vinix_ci.yml for latest Vinix commits (#22818) 2024-11-10 14:25:09 +02:00
Delyan Angelov
1b7b8123ca
vrepl: suppress the welcome message, if VQUIET is set (#21941) 2024-07-27 11:34:42 +03:00
Turiiya
c21f7f0b90
ci: add a linter for the .yml workflow files (#21459) 2024-05-08 09:50:55 +03:00
Turiiya
c8004fc905
ci: use v symlink without -githubci for regular symlinking (#21455) 2024-05-08 09:42:04 +03:00
Delyan Angelov
5e7d8cd99a
ci: replace .github/workflows/retry.sh usages in the CI with the shorter v retry --, move v test-cleancode upwards to save time for unformatted PRs (#21452) 2024-05-07 19:34:40 +03:00
Delyan Angelov
5c2466c021
ci: port changes from Vinix's check.yml at 8231e569 to vinix_ci.yml 2024-05-07 13:30:59 +03:00
Delyan Angelov
0ff9dd1b3e
ci: fix vinix_ci.yml by using ./v symlink -githubci in vinix_ci.yml 2024-05-07 13:23:42 +03:00
Turiiya
712a9125bf
all: use apt over apt-get for common APT subcommands (#21359) 2024-04-26 21:01:52 +03:00
Turiiya
28cabf4736
ci: update detection of workflow cancellation scenarios (#21342) 2024-04-25 02:17:12 +03:00
Turiiya
0a14bef008
ci: update workflow conditions (#21338) 2024-04-24 06:48:02 +03:00
Delyan Angelov
38d73d303b
ci: retry all setup commands that need network access, till they succeed (so the CI jobs have less false positives) (#21103) 2024-03-26 16:34:47 +02:00
dependabot[bot]
625193230a
ci: bump actions/checkout from 3 to 4 (#20805) 2024-02-12 15:35:56 +02:00
Delyan Angelov
688f89ef93
ci: fix the workflow for Vinix, using the rules in its own .yml file (#20371) 2024-01-03 17:34:27 +02:00
Delyan Angelov
b10342eeaa
ci: skip more checks on manual new tag/release pushes (already done in the previous ci runs for the same commit) 2023-10-05 12:00:59 +03:00
Delyan Angelov
b88840e376
ci: bump the timeout-minutes for vinix-build to 10, to reduce false positives 2023-09-16 17:17:13 +03:00
Turiiya
f7187a7816
ci: extend vinix ci to include utils (#19123)
* ci: extend vinix ci to include utils

* rename vinix_kernel_ci to vinix_ci
2023-08-13 13:20:11 +03:00
Renamed from .github/workflows/vinix_kernel_ci.yml (Browse further)