From 97a836b6ff6226a2da9cb3fab0358a4ffc16cba6 Mon Sep 17 00:00:00 2001 From: silverqx Date: Tue, 11 Jun 2024 18:07:46 +0200 Subject: [PATCH] workflows removed outdated comments --- .github/workflows/msvc2022-qt6-drivers.yml | 6 ------ .github/workflows/vcpkg-windows-drivers.yml | 6 ------ .github/workflows/vcpkg-windows.yml | 6 ------ 3 files changed, 18 deletions(-) diff --git a/.github/workflows/msvc2022-qt6-drivers.yml b/.github/workflows/msvc2022-qt6-drivers.yml index dbd61a029..efb149e14 100644 --- a/.github/workflows/msvc2022-qt6-drivers.yml +++ b/.github/workflows/msvc2022-qt6-drivers.yml @@ -64,12 +64,6 @@ jobs: $mysqlInstallationPath = Split-Path -Parent -Path (Split-Path -Parent -Path $mysqlExePath) "TinyMySQLInstallationPath=$mysqlInstallationPath" >> $env:GITHUB_ENV - # Parallel 10 is maximum what my computer allows, I have to invoke Linux self-hosted runners - # manually so 10 is ok. - # -- - # The description below is Outdated but I leave the comment. - # I must divide all parallel by 2 because I have 2 self-hosted runners on the same computer - # and also -1 for reserve to avoid swapping, so 10 / 2 - 1 = 4 "TinyParallel=10" >> $env:GITHUB_ENV $tinyormPath = Resolve-Path -Path ./main diff --git a/.github/workflows/vcpkg-windows-drivers.yml b/.github/workflows/vcpkg-windows-drivers.yml index 8dbc66db7..761299460 100644 --- a/.github/workflows/vcpkg-windows-drivers.yml +++ b/.github/workflows/vcpkg-windows-drivers.yml @@ -56,12 +56,6 @@ jobs: $mysqlInstallationPath = Split-Path -Parent -Path (Split-Path -Parent -Path $mysqlExePath) "TinyMySQLInstallationPath=$mysqlInstallationPath" >> $env:GITHUB_ENV - # Parallel 10 is maximum what my computer allows, I have to invoke Linux self-hosted runners - # manually so 10 is ok. - # -- - # The description below is Outdated but I leave the comment. - # I must divide all parallel by 2 because I have 2 self-hosted runners on the same computer - # and also -1 for reserve to avoid swapping, so 10 / 2 - 1 = 4 "TinyParallel=10" >> $env:GITHUB_ENV $tinyormPath = Resolve-Path -Path ./main diff --git a/.github/workflows/vcpkg-windows.yml b/.github/workflows/vcpkg-windows.yml index 2d85cb980..1bda07740 100644 --- a/.github/workflows/vcpkg-windows.yml +++ b/.github/workflows/vcpkg-windows.yml @@ -69,12 +69,6 @@ jobs: $isSelfHostedRunner = $env:RUNNER_NAME.StartsWith('merydeye-', $true, $null) "TinyIsSelfHostedRunner=$isSelfHostedRunner" >> $env:GITHUB_ENV - # Parallel 10 is maximum what my computer allows, I have to invoke Linux self-hosted runners - # manually so 10 is ok. - # -- - # The description below is Outdated but I leave the comment. - # I must divide all parallel by 2 because I have 2 self-hosted runners on the same computer - # and also -1 for reserve to avoid swapping, so 10 / 2 - 1 = 4 $parallel = $isSelfHostedRunner ? 10 : 2 "TinyParallel=$parallel" >> $env:GITHUB_ENV