[Tarantool-patches] [PATCH luajit 5/8] ci: remove excess parallel level setup

Sergey Bronnikov sergeyb at tarantool.org
Mon Aug 15 15:14:18 MSK 2022


LGTM, thanks

On 11.08.2022 14:17, Igor Munkin wrote:
> This patch removes the artefact line left as a result of squashing
> several fixup commits into 36b4b80cbdcf55f5ffdbcea0097c4dc315638c50
> ("ci: introduce GitHub action for environment setup").
>
> Signed-off-by: Igor Munkin <imun at tarantool.org>
> ---
>   .github/workflows/macos-m1.yml | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/.github/workflows/macos-m1.yml b/.github/workflows/macos-m1.yml
> index e3b6dcda..d5b0e0f1 100644
> --- a/.github/workflows/macos-m1.yml
> +++ b/.github/workflows/macos-m1.yml
> @@ -66,7 +66,6 @@ jobs:
>             # if the package already exists with the previous version.
>             ${ARCH} brew install --force cmake gcc make perl ||
>               ${ARCH} brew upgrade cmake gcc make perl
> -          ${ARCH} echo "CMAKE_BUILD_PARALLEL_LEVEL=$(($(sysctl -n hw.logicalcpu) + 1))" >> $GITHUB_ENV
>         - name: configure
>           run: >
>             ${ARCH} cmake -S . -B ${{ env.BUILDDIR }}


More information about the Tarantool-patches mailing list