From a7f375b2beb430f5d934ec37181574142bb1ebc4 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Thu, 9 Jan 2025 21:37:18 +0400 Subject: [PATCH 1/2] redis 7.2.7 --- .github/workflows/redis.yml | 2 +- README.md | 2 +- redis/build_msys2.sh | 2 +- redis/build_musl.sh | 2 +- redis/test_linux.sh | 4 ++-- redis/test_windows.sh | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index b0c67be51..a74ef7fdd 100644 --- a/.github/workflows/redis.yml +++ b/.github/workflows/redis.yml @@ -47,7 +47,7 @@ jobs: uses: ./.github/workflows/release.yml with: workflow: ${{ github.workflow }} - tool_version: '7.2.5' + tool_version: '7.2.7' prepare_body: | bsdtar -Oxf ./build-musl/build-musl.tar.gz build-musl.md >> body.md bsdtar -Oxf ./build-msys2/build-msys2.tar.gz build-msys2.md >> body.md diff --git a/README.md b/README.md index d1f1bcaf8..9f5b51dc3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/zstd-1.5.6/total?label=⭳%20zstd-1.5.6)](https://github.com/hemnstill/StandaloneTools/releases/tag/zstd-1.5.6) | [![GitHub Repo stars](https://img.shields.io/github/stars/facebook/zstd?style=social&label=zstd)](https://github.com/facebook/zstd) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/facebook/zstd)](https://github.com/facebook/zstd/releases/latest) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/pg_dump-15.1/total?label=⭳%20pg_dump-15.1)](https://github.com/hemnstill/StandaloneTools/releases/tag/pg_dump-15.1) | [![GitHub Repo stars](https://img.shields.io/github/stars/postgres/postgres?style=social&label=postgres)](https://github.com/postgres/postgres) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/postgres/postgres)](https://www.postgresql.org/docs/current/index.html) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/mysql-8.4.2/total?label=⭳%20mysql-8.4.2)](https://github.com/hemnstill/StandaloneTools/releases/tag/mysql-8.4.2) | [![GitHub Repo stars](https://img.shields.io/github/stars/mysql/mysql-server?style=social&label=mysql-server)](https://github.com/mysql/mysql-server) [![latest packaged version(s)](https://repology.org/badge/latest-versions/mysql.svg)](https://repology.org/project/mysql/information) | -| [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/redis-7.2.5/total?label=⭳%20redis-7.2.5)](https://github.com/hemnstill/StandaloneTools/releases/tag/redis-7.2.5) | [![GitHub Repo stars](https://img.shields.io/github/stars/redis/redis?style=social&label=redis)](https://github.com/redis/redis) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/redis/redis)](https://redis.io/download/) | +| [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/redis-7.2.7/total?label=⭳%20redis-7.2.7)](https://github.com/hemnstill/StandaloneTools/releases/tag/redis-7.2.7) | [![GitHub Repo stars](https://img.shields.io/github/stars/redis/redis?style=social&label=redis)](https://github.com/redis/redis) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/redis/redis)](https://redis.io/download/) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/busybox-1.37.0-FRP-5398/total?label=⭳%20busybox-1.37.0-FRP-5398)](https://github.com/hemnstill/StandaloneTools/releases/tag/busybox-1.37.0-FRP-5398) | [![GitHub Repo stars](https://img.shields.io/github/stars/rmyorston/busybox-w32?style=social&label=busybox-w32)](https://github.com/rmyorston/busybox-w32) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/rmyorston/busybox-w32)](https://frippery.org/busybox/release-notes/current.html) [![latest packaged version(s)](https://repology.org/badge/latest-versions/busybox.svg)](https://repology.org/project/busybox/information) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/far2l-2.6.3/total?label=⭳%20far2l-2.6.3)](https://github.com/hemnstill/StandaloneTools/releases/tag/far2l-2.6.3) | [![GitHub Repo stars](https://img.shields.io/github/stars/elfmz/far2l?style=social&label=far2l)](https://github.com/elfmz/far2l) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/elfmz/far2l)](https://github.com/elfmz/far2l/releases/latest) | | [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/pcre2grep-10.44/total?label=⭳%20pcre2grep-10.44)](https://github.com/hemnstill/StandaloneTools/releases/tag/pcre2grep-10.44) | [![GitHub Repo stars](https://img.shields.io/github/stars/PCRE2Project/pcre2?style=social&label=PCRE2)](https://github.com/PCRE2Project/pcre2) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/PCRE2Project/pcre2)](https://github.com/PCRE2Project/pcre2/releases/latest) | diff --git a/redis/build_msys2.sh b/redis/build_msys2.sh index 8ed0f5408..66ec67901 100755 --- a/redis/build_msys2.sh +++ b/redis/build_msys2.sh @@ -3,7 +3,7 @@ dp0="$(realpath "$(dirname "$0")")" set -e tool_name="redis" -tool_version="7.2.5" +tool_version="7.2.7" self_toolset_name="build-msys2" release_version_dirpath="$dp0/release/build" diff --git a/redis/build_musl.sh b/redis/build_musl.sh index b9e367c8a..e8ef04d91 100755 --- a/redis/build_musl.sh +++ b/redis/build_musl.sh @@ -10,7 +10,7 @@ apk add --no-cache alpine-sdk make linux-headers echo "::endgroup::" tool_name="redis" -tool_version="7.2.5" +tool_version="7.2.7" self_toolset_name="build-musl" release_version_dirpath="$dp0/release/build" diff --git a/redis/test_linux.sh b/redis/test_linux.sh index 7ef670d39..9a8c35575 100755 --- a/redis/test_linux.sh +++ b/redis/test_linux.sh @@ -1,11 +1,11 @@ #!/bin/bash testVersion() { - assertEquals "redis-cli 7.2.5" "$(../bin/redis-cli --version | head -c 15)" + assertEquals "redis-cli 7.2.7" "$(../bin/redis-cli --version | head -c 15)" } testServerVersion() { - assertEquals "Redis server v=7.2.5" "$(../bin/redis-server --version | head -c 20)" + assertEquals "Redis server v=7.2.7" "$(../bin/redis-server --version | head -c 20)" } # Load and run shUnit2. diff --git a/redis/test_windows.sh b/redis/test_windows.sh index cecd5f7bc..a933d8e53 100644 --- a/redis/test_windows.sh +++ b/redis/test_windows.sh @@ -1,11 +1,11 @@ #!/bin/bash testVersion() { - assertEquals "redis-cli 7.2.5" "$(../bin/redis-cli.exe --version | head -c 15)" + assertEquals "redis-cli 7.2.7" "$(../bin/redis-cli.exe --version | head -c 15)" } testServerVersion() { - assertEquals "Redis server v=7.2.5" "$(../bin/redis-server.exe --version | head -c 20)" + assertEquals "Redis server v=7.2.7" "$(../bin/redis-server.exe --version | head -c 20)" } # Load and run shUnit2. From 183a9d969c90f871156eff8570a070e00a2effaa Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Thu, 9 Jan 2025 21:43:22 +0400 Subject: [PATCH 2/2] try remove upload-artifact@v3, actions/download-artifact@v3 --- .github/workflows/build-alpine.yml | 5 ----- .github/workflows/release.yml | 1 - 2 files changed, 6 deletions(-) diff --git a/.github/workflows/build-alpine.yml b/.github/workflows/build-alpine.yml index 80e1414fb..ac21858bb 100644 --- a/.github/workflows/build-alpine.yml +++ b/.github/workflows/build-alpine.yml @@ -26,11 +26,6 @@ jobs: apk add --no-cache bash ./${{ inputs.workflow }}/build_${{ inputs.toolset }}.sh - - uses: actions/upload-artifact@v3 - with: - name: build-${{ inputs.toolset }} - path: ./${{ inputs.workflow }}/release/build-${{ inputs.toolset }}.tar.gz - - uses: actions/upload-artifact@v4 with: name: build-${{ inputs.toolset }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33658d202..aef25b4c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,6 @@ jobs: - run: | sudo apt update -y sudo apt install -y libarchive-tools - - uses: actions/download-artifact@v3 - uses: actions/download-artifact@v4 - run: ${{ inputs.prepare_body }} - uses: ncipollo/release-action@v1