diff --git a/.github/workflows/c2v_ci.yml b/.github/workflows/c2v_ci.yml index df21a68ab353d2..4ae215e34e4549 100644 --- a/.github/workflows/c2v_ci.yml +++ b/.github/workflows/c2v_ci.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Install C2V run: | v retry -- v install --git https://github.com/vlang/c2v @@ -72,7 +72,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Install C2V run: | v retry -- v install --git https://github.com/vlang/c2v diff --git a/.github/workflows/cross_ci.yml b/.github/workflows/cross_ci.yml index 5d7bba02a4e883..ad3d7a450b32fb 100644 --- a/.github/workflows/cross_ci.yml +++ b/.github/workflows/cross_ci.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 10 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Install dependencies run: | @@ -61,7 +61,7 @@ jobs: with: fetch-depth: 10 - name: Build v - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Install dependencies run: | diff --git a/.github/workflows/gg_regressions_ci.yml b/.github/workflows/gg_regressions_ci.yml index fd6e6bd8d10ce1..f1f2baea56f1c4 100644 --- a/.github/workflows/gg_regressions_ci.yml +++ b/.github/workflows/gg_regressions_ci.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Build local v - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Setup dependencies run: | diff --git a/.github/workflows/linux_ci.yml b/.github/workflows/linux_ci.yml index e171a4dccb87e9..b83524b09de636 100644 --- a/.github/workflows/linux_ci.yml +++ b/.github/workflows/linux_ci.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build v - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Build v with -prealloc run: | v -d debug_malloc -d debug_realloc -o v cmd/v @@ -115,7 +115,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: All code is formatted run: v test-cleancode - name: Install dependencies for examples and tools @@ -223,7 +223,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: All code is formatted run: v test-cleancode - name: Install dependencies for examples and tools @@ -326,7 +326,7 @@ jobs: # V_CI_MUSL: 1 # steps: # - name: Build v - # run: echo $VFLAGS && make -j4 && ./v symlink -githubci + # run: echo $VFLAGS && make -j4 && ./v symlink # - uses: actions/checkout@v4 # - name: Install dependencies for examples and tools # run: v retry -- sudo apt install --quiet -y musl musl-tools libssl-dev sqlite3 libsqlite3-dev valgrind diff --git a/.github/workflows/macos_ci.yml b/.github/workflows/macos_ci.yml index 9e4e7d725576f8..0b8f6a9f161335 100644 --- a/.github/workflows/macos_ci.yml +++ b/.github/workflows/macos_ci.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Build V with -cstrict run: v -cg -cstrict -o v cmd/v - name: All code is formatted diff --git a/.github/workflows/native_backend_ci.yml b/.github/workflows/native_backend_ci.yml index bda1da89454ab2..408e8888a800ac 100644 --- a/.github/workflows/native_backend_ci.yml +++ b/.github/workflows/native_backend_ci.yml @@ -58,10 +58,10 @@ jobs: - uses: actions/checkout@v4 - name: Build V if: runner.os != 'Windows' - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Build V (Windows) if: runner.os == 'Windows' - run: ./make.bat && ./v symlink -githubci + run: ./make.bat && ./v symlink - name: Install linker if: runner.os == 'Linux' run: v retry -- sudo apt -qq install binutils diff --git a/.github/workflows/other_ci.yml b/.github/workflows/other_ci.yml index 9f457ab742ed19..b70932c54fbc22 100644 --- a/.github/workflows/other_ci.yml +++ b/.github/workflows/other_ci.yml @@ -54,7 +54,7 @@ jobs: - name: Environment info run: echo $VFLAGS $GITHUB_SHA $GITHUB_REF - name: Build local v - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: v test-cleancode run: ./v test-cleancode - name: v test-fmt @@ -70,7 +70,7 @@ jobs: - name: Environment info run: echo $VFLAGS $GITHUB_SHA $GITHUB_REF - name: Build local v - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Clone & Build previous vmaster/v run: | ./v retry -- git clone --depth=1 https://github.com/vlang/v vmaster/ @@ -94,7 +94,7 @@ jobs: with: fetch-depth: 10 - name: Build v - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Install dependencies run: | @@ -129,7 +129,7 @@ jobs: - uses: actions/checkout@v4 - name: Build local v run: | - make -j4 && ./v symlink -githubci + make -j4 && ./v symlink ./v -g -d trace_parse_stmt cmd/tools/vtest-parser.v - name: Install zzuf run: ./v retry -- sudo apt install -qq zzuf diff --git a/.github/workflows/sanitized_ci.yml b/.github/workflows/sanitized_ci.yml index 00e81f4d6d19de..b0e18f1166c844 100644 --- a/.github/workflows/sanitized_ci.yml +++ b/.github/workflows/sanitized_ci.yml @@ -82,7 +82,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Ensure code is well formatted run: ./v test-cleancode - name: Install dependencies @@ -108,7 +108,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Ensure code is well formatted run: ./v test-cleancode - name: Install dependencies @@ -133,7 +133,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Ensure code is well formatted run: ./v test-cleancode - name: Install dependencies @@ -187,7 +187,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Ensure code is well formatted run: ./v test-cleancode - name: Install dependencies @@ -217,7 +217,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Ensure code is well formatted run: ./v test-cleancode - name: Install dependencies diff --git a/.github/workflows/toml_ci.yml b/.github/workflows/toml_ci.yml index 675ac65ae3b01a..58015b37c6cd31 100644 --- a/.github/workflows/toml_ci.yml +++ b/.github/workflows/toml_ci.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Install dependencies run: | v retry -- sudo apt update diff --git a/.github/workflows/vab_ci.yml b/.github/workflows/vab_ci.yml index c4488d0aa30c2f..c184218799db58 100644 --- a/.github/workflows/vab_ci.yml +++ b/.github/workflows/vab_ci.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Install vab run: | @@ -70,7 +70,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Install vab run: | diff --git a/.github/workflows/vinix_ci.yml b/.github/workflows/vinix_ci.yml index 25adea072d3f72..c1acdfe420e1c9 100644 --- a/.github/workflows/vinix_ci.yml +++ b/.github/workflows/vinix_ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build V - run: make -j4 && ./v symlink -githubci + run: make -j4 && ./v symlink - name: Install dependencies run: | diff --git a/.github/workflows/vup_works.yml b/.github/workflows/vup_works.yml index 8007d33f0f145e..a1b1817ae37b1c 100644 --- a/.github/workflows/vup_works.yml +++ b/.github/workflows/vup_works.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build v - run: make && ./v symlink -githubci && ./v version + run: make && ./v symlink && ./v version - name: Download latest release ZIP run: wget https://github.com/vlang/v/releases/latest/download/${{ matrix.zip }} diff --git a/.github/workflows/websockets_ci.yml b/.github/workflows/websockets_ci.yml index fd692ae6c9ca08..e8f7fd9de2c6e8 100644 --- a/.github/workflows/websockets_ci.yml +++ b/.github/workflows/websockets_ci.yml @@ -32,7 +32,7 @@ jobs: run: | echo $VFLAGS sudo ln -s $PWD/thirdparty/tcc/tcc.exe /usr/local/bin/tcc ## TODO: remove - make -j4 && ./v symlink -githubci + make -j4 && ./v symlink ./v -g -o v cmd/v - name: Install dependencies run: v retry -- sudo apt install --quiet -y libssl-dev diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index f96b82aa5c9dcc..5af4b3ad238af8 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -33,7 +33,7 @@ jobs: run: | gcc --version .\make.bat -gcc - .\v.exe symlink -githubci + .\v.exe symlink - name: All code is formatted run: v test-cleancode - name: Test new v.c @@ -86,7 +86,7 @@ jobs: echo %VFLAGS% echo $VFLAGS .\make.bat -msvc - .\v.exe symlink -githubci + .\v.exe symlink - name: Build V with WX run: v -cflags /WX self - name: All code is formatted @@ -133,7 +133,7 @@ jobs: - name: Build with make.bat -tcc run: | .\make.bat -tcc - .\v.exe symlink -githubci + .\v.exe symlink - name: All code is formatted run: v test-cleancode - name: Test new v.c