Skip to content

Commit

Permalink
mysql 8.4.2 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill authored Sep 6, 2024
1 parent 6303384 commit 8c63efc
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@ jobs:
build-alpine:
runs-on: ubuntu-latest
container: alpine:${{ inputs.version }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- uses: actions/checkout@v4
- name: build ${{ inputs.workflow }}-alpine-${{ inputs.toolset }}
run: |
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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

test-ubuntu-1804-musl:
needs: alpine-musl
uses: ./.github/workflows/test-ubuntu.yml
uses: ./.github/workflows/test-ubuntu-unsecure.yml
with:
workflow: ${{ github.workflow }}
artifact: build-musl
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: ./.github/workflows/release.yml
with:
workflow: ${{ github.workflow }}
tool_version: '8.4.0'
tool_version: '8.4.2'
prepare_body: |
bsdtar -Oxf ./build-musl/build-musl.tar.gz build-musl.md >> body.md
bsdtar -Oxf ./build-gnu/build-gnu.tar.gz build-gnu.md >> body.md
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| [![GitHub release (by tag)](https://img.shields.io/github/downloads/hemnstill/StandaloneTools/7-Zip-24.08/total?label=⭳%207-Zip-24.08)](https://github.com/hemnstill/StandaloneTools/releases/tag/7-Zip-24.08) | [![SourceForge Downloads](https://img.shields.io/sourceforge/dm/sevenzip?style=social&label=7-Zip&logo=sourceforge)](https://sourceforge.net/projects/sevenzip/) [![versions](https://repology.org/badge/latest-versions/7zip.svg)](https://repology.org/project/7zip/versions) |
| [![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.0/total?label=⭳%20mysql-8.4.0)](https://github.com/hemnstill/StandaloneTools/releases/tag/mysql-8.4.0) | [![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/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/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) |
Expand Down
2 changes: 1 addition & 1 deletion mysql/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apt install -y libaio-dev libudev-dev libssl-dev ncurses-dev libc6-dev
echo "::endgroup::"

tool_name="mysql"
tool_version="8.4.0"
tool_version="8.4.2"
self_toolset_name="build-gnu"
release_version_dirpath="$dp0/release/build"

Expand Down
2 changes: 1 addition & 1 deletion mysql/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "::group::install deps"
echo "::endgroup::"

tool_name="mysql"
tool_version="8.4.0"
tool_version="8.4.2"
self_toolset_name="build-msvc"
release_version_dirpath="$dp0/release/build"

Expand Down
2 changes: 1 addition & 1 deletion mysql/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apk add --no-cache libaio-dev eudev-dev openldap-dev openssl-dev openssl-libs-st
echo "::endgroup::"

tool_name="mysql"
tool_version="8.4.0"
tool_version="8.4.2"
self_toolset_name="build-musl"
release_version_dirpath="$dp0/release/build"

Expand Down
2 changes: 1 addition & 1 deletion mysql/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"../.tools/install_alpine_glibc.sh"

testVersion() {
assertEquals "../bin/mysql Ver 8.4.0 for Linux on x86_64 (Source distribution)" "$(../bin/mysql --version)"
assertEquals "../bin/mysql Ver 8.4.2 for Linux on x86_64 (Source distribution)" "$(../bin/mysql --version)"
}

# Load and run shUnit2.
Expand Down
2 changes: 1 addition & 1 deletion mysql/test_windows.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

testVersion() {
assertEquals "../bin/mysql.exe Ver 8.4.0 for Win64 on x86_64 (Source distribution)" "$(../bin/mysql.exe --version)"
assertEquals "../bin/mysql.exe Ver 8.4.2 for Win64 on x86_64 (Source distribution)" "$(../bin/mysql.exe --version)"
}

# Load and run shUnit2.
Expand Down

0 comments on commit 8c63efc

Please sign in to comment.