Skip to content

Commit

Permalink
remove ::set-output name (#71)
Browse files Browse the repository at this point in the history
re rename checks -> _checks
  • Loading branch information
hemnstill authored Jun 28, 2023
1 parent 2a6cbf6 commit ad62bf7
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: checks
name: _checks

on: [pull_request, workflow_dispatch]

Expand Down
2 changes: 0 additions & 2 deletions ansible/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ tool_lint_version="6.17.2"
python_self_name="python-3.11.3"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

mkdir -p "$release_version_dirpath/Scripts/bin" && cd "$dp0/release"

Expand Down
2 changes: 0 additions & 2 deletions bsdtar/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e

tool_name="bsdtar.exe"
tool_version="3.6.2"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/libarchive/libarchive/releases/download/v$tool_version/libarchive-$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
2 changes: 0 additions & 2 deletions bsdtar/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ echo "::endgroup::"

tool_name="bsdtar"
tool_version="3.6.2"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/libarchive/libarchive/releases/download/v$tool_version/libarchive-$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
2 changes: 0 additions & 2 deletions busybox/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ echo "::endgroup::"
tool_name="busybox.exe"
# version_tests: no_tool_version
tool_version="FRP-4784-g5507c8744"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/rmyorston/busybox-w32/archive/refs/tags/$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
2 changes: 0 additions & 2 deletions busybox/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ echo "::endgroup::"
tool_name="busybox"
# version_tests: no_tool_version
tool_version="1.35.0"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://busybox.net/downloads/busybox-$tool_version.tar.bz2"
echo "::group::prepare sources $download_url"
Expand Down
3 changes: 0 additions & 3 deletions far2l/build_glibc-p.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ self_name="$tool_name-$tool_version"
self_toolset_name="build-glibc-p"
self_url="https://github.com/hemnstill/StandaloneTools/releases/download/$self_name/$self_toolset_name.tar.gz"

echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/elfmz/far2l/archive/v_$tool_version.tar.gz"
echo "::group::prepare sources $download_url"

Expand Down
3 changes: 0 additions & 3 deletions far2l/build_glibc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ self_name="$tool_name-$tool_version"
self_toolset_name="build-glibc"
self_url="https://github.com/hemnstill/StandaloneTools/releases/download/$self_name/$self_toolset_name.tar.gz"

echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/elfmz/far2l/archive/v_$tool_version.tar.gz"
echo "::group::prepare sources $download_url"

Expand Down
3 changes: 0 additions & 3 deletions far2l/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ self_name="$tool_name-$tool_version"
self_toolset_name="build-musl"
self_url="https://github.com/hemnstill/StandaloneTools/releases/download/$self_name/$self_toolset_name.tar.gz"

echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/elfmz/far2l/archive/v_$tool_version.tar.gz"
echo "::group::prepare sources $download_url"

Expand Down
1 change: 0 additions & 1 deletion mypy/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ tool_name="mypy"
tool_version="1.1.1"
self_name="python-3.11.1"
self_toolset_name="build-gnu"
echo "::set-output name=tool_name::$tool_name"

release_version_dirpath="$dp0/release/$tool_name-$tool_version"
mkdir -p "$release_version_dirpath" && cd "$dp0/release"
Expand Down
1 change: 0 additions & 1 deletion mypy/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tool_name="mypy"
tool_version="1.1.1"
self_name="python-3.11.1"
self_toolset_name="build-msvc"
echo "::set-output name=tool_name::$tool_name"

release_version_dirpath="$dp0/release/$tool_name-$tool_version"
mkdir -p "$release_version_dirpath" && cd "$dp0/release"
Expand Down
1 change: 0 additions & 1 deletion mypy/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tool_name="mypy"
tool_version="1.1.1"
self_name="python-3.11.1"
self_toolset_name="build-musl"
echo "::set-output name=tool_name::$tool_name"

release_version_dirpath="$dp0/release/$tool_name-$tool_version"
mkdir -p "$release_version_dirpath" && cd "$dp0/release"
Expand Down
2 changes: 0 additions & 2 deletions openssl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ echo "::endgroup::"

tool_name="openssl"
tool_version="3.0.1"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/openssl/openssl/archive/refs/tags/openssl-$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
2 changes: 0 additions & 2 deletions openssl/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ echo "::endgroup::"

tool_name="openssl.exe"
tool_version="3.0.1"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/openssl/openssl/archive/refs/tags/openssl-$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
2 changes: 0 additions & 2 deletions pcre2grep/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e

tool_name="pcre2grep.exe"
tool_version="10.40"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$tool_version/pcre2-$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
2 changes: 0 additions & 2 deletions pcre2grep/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ echo "::endgroup::"

tool_name="pcre2grep"
tool_version="10.40"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$tool_version/pcre2-$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
2 changes: 0 additions & 2 deletions pg_dump/build_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ echo "::endgroup::"
tool_name="pg_dump.exe"
# version_tests: no_tool_version
tool_version="REL_15_1"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/postgres/postgres/archive/refs/tags/$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
2 changes: 0 additions & 2 deletions pg_dump/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ echo "::endgroup::"
tool_name="pg_dump"
# version_tests: no_tool_version
tool_version="REL_15_1"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

download_url="https://github.com/postgres/postgres/archive/refs/tags/$tool_version.tar.gz"
echo "::group::prepare sources $download_url"
Expand Down
1 change: 0 additions & 1 deletion playwright/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -e
tool_name="playwright"
tool_version="1.35.0"
self_name="python-3.10.5"
echo "::set-output name=tool_name::$tool_name"

apt update
apt install -y wget
Expand Down
1 change: 0 additions & 1 deletion playwright/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -e
tool_name="playwright"
tool_version="1.35.0"
self_name="python-3.10.5"
echo "::set-output name=tool_name::$tool_name"

release_version_dirpath="$dp0/release/$tool_name-$tool_version"
mkdir -p "$release_version_dirpath" && cd "$dp0/release"
Expand Down
2 changes: 0 additions & 2 deletions poetry/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ python_release_date="20230507"
self_name="$tool_name-$tool_version"
self_toolset_name="build-gnu"
release_version_dirpath="$dp0/release/$self_name"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

mkdir -p "$release_version_dirpath" && cd "$dp0/release"

Expand Down
2 changes: 0 additions & 2 deletions poetry/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ python_self_name="python-3.11.3"
self_name="$tool_name-$tool_version"
self_toolset_name="build-msvc"
release_version_dirpath="$dp0/release/$self_name"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

mkdir -p "$release_version_dirpath" && cd "$dp0/release"

Expand Down
1 change: 0 additions & 1 deletion pylint/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ tool_name="pylint"
tool_version="2.17.0"
self_name="python-3.11.1"
self_toolset_name="build-gnu"
echo "::set-output name=tool_name::$tool_name"

release_version_dirpath="$dp0/release/$tool_name-$tool_version"
mkdir -p "$release_version_dirpath" && cd "$dp0/release"
Expand Down
1 change: 0 additions & 1 deletion pylint/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tool_name="pylint"
tool_version="2.17.0"
self_name="python-3.11.1"
self_toolset_name="build-msvc"
echo "::set-output name=tool_name::$tool_name"

release_version_dirpath="$dp0/release/$tool_name-$tool_version"
mkdir -p "$release_version_dirpath" && cd "$dp0/release"
Expand Down
2 changes: 0 additions & 2 deletions python/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ tool_version="3.10.5"
release_date="20220630"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

mkdir -p "$release_version_dirpath" && cd "$dp0/release"
download_url="https://github.com/indygreg/python-build-standalone/releases/download/$release_date/cpython-$tool_version+$release_date-x86_64-unknown-linux-gnu-pgo-full.tar.zst"
Expand Down
2 changes: 0 additions & 2 deletions python/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ tool_version="3.10.5"
release_date="20220630"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

mkdir -p "$release_version_dirpath" && cd "$dp0/release"
download_url="https://github.com/indygreg/python-build-standalone/releases/download/$release_date/cpython-$tool_version+$release_date-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst"
Expand Down
2 changes: 0 additions & 2 deletions python/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ tool_version="3.10.5"
release_date="20220630"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"
echo "::set-output name=tool_name::$tool_name"
echo "::set-output name=tool_version::$tool_version"

mkdir -p "$release_version_dirpath" && cd "$dp0/release"
download_url="https://github.com/indygreg/python-build-standalone/releases/download/$release_date/cpython-$tool_version+$release_date-x86_64-unknown-linux-musl-noopt-full.tar.zst"
Expand Down

0 comments on commit ad62bf7

Please sign in to comment.