mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
* fix build * nix flake * nix package * static musl build env * make all builds in static env * GH Actions nightly and static workflows * deb package * cmake install {adnl-proxy,blockchain-explorer,create-state,http-proxy,rldp-http-proxy,storage-cli} * nix flake: add static glibc build variant * GH Actions: deb-nightly-{musl,glibc_static}, tests-rolling jobs * rpm package * build blockchain-explorer * GH Actions: deb_rpm-nightly: ubuntu-{latest=>22.04} * crypto/pow-miner: skip install * ghactions: tests-rolling: show tests run, progress * ghactions: deb_rpm-nightly: add manual trigger [skip ci] * nix flake refactor * find_package=>pkg-config(zlib) FindZLIB.cmake can't find static zlib prior to CMake 3.24, so use pkg-config. * nix old glibc build * nix aarch64 support * packages: Populate APT and RPM repos at ton-repo - {deb,rpm}.sh: Separate build and install dirs - rpm.sh: Conditionally include lib/ - Accomodate local CI runs w/act * [skip ci] README packages * fix aarch64 build -Wnoerror=address * [skip ci] rpm set releasever * [skip ci] document local packages upload * m1 build: gate cpu=apple-m1 by clang version * packages: Ship musl binaries + old glibc dylibs * packages: macos build * nix: bump nixpkgs * fix windows CI build * [skip ci] nix: static aarch64 builds * packages: deb,rpm multiarch * ghactions: aarch64 musl deb,rpm build * [skip ci] deb build: deref source links, -x * [skip ci] nix darwin static build * [skip ci] nix common hostPkgs * [skip ci] brew: move formula over to homebrew-ton-repo * [skip ci] nix fix aarch64-linux build * [skip ci] ghactions: nix use GITHUB_TOKEN * [skip ci] Move from ton-repo to gh releases * [skip ci] ghactions aarch64-darwin self-hosted runner * [skip ci] ghactions deb,rpm nightly 10h timeout * [skip ci] fix brew install fixes Errno::EACCES: Permission denied @ dir_s_mkdir - /private/tmp/ton-XXX/bin/.brew_home * [skip ci] ghactions deb,rpm nightly: don't upload ton-packages as we gh release them later * [skip ci] README: brew instructions * [skip ci] nightly linux binaries release * [skip ci] packages: ship macos dylib * [skip ci] ghactions: Run Windows build nightly, upload to gh releases * nix: remove defaultPackage, switch to different oldglibc build method We used to rebuild nixpkgs-stable with old glibc, which broke on aarch64 due to its particular bootstrap toolchain. This just takes nixos 19.09's version of GCC but new dependencies, sidestepping the issue. * fix rpm release, add aur release * fix local (act) ci run * ghactions: linux-nightly: Print out SSH public keys * ghactions: bump cachix actions * nix: default devShell * [skip ci] rpm,aur: Ship lib * [skip ci] packages: windows: Remove CMake files from out * [skip ci] packages: Import chocolatey package * fixup! fix rpm release, add aur release * [skip ci] packages: aarch64-linux: build dylib as well * [skip ci] ghactions: run on self-hosted * [skip ci] ghactions: windows-nightly: Bump nodejs actions * [skip ci] nix: Only add Linux packaging tools on Linux * [skip ci] doc: document direct download binaries in README * fix tonlib android jni ci * fixup! fix tonlib android jni ci * [skip ci] ghactions: Update GH release dates Errata: doesn't update tags. * [skip ci] ghactions: Fix racy brew gh release by splitting arch * initiali commit - binaries only * fixes * fixes * fixes * fixes * remove packages dir for now * add storage-daemon storage-daemon-cli * fix emulator * try macos aarch64 * try macos aarch64 * try macos aarch64 * try macos aarch64 * try macos aarch64 * try macos aarch64 * try macos aarch64 * try macos aarch64 * try macos aarch64 * try macos aarch64 * try macos aarch64 sh * try macos aarch64 sh * try macos aarch64 bash * try macos aarch64 bash * try macos aarch64 bash * try macos aarch64 bash * try macos aarch64 bash * try macos aarch64 bash * try macos aarch64 bash * fix funcfiftlib compilation with emscripten * fix funcfiftlib compilation with emscripten * add github action to compile TON with emscripten * add github action to compile TON with emscripten * add github action to compile TON with emscripten * add github action to compile TON with emscripten * add github action to compile TON with emscripten * add github action to compile TON with emscripten * try macos aarch64 * fix funcfiftlib compilation with emscripten * fix funcfiftlib compilation with emscripten * add github action to compile TON with emscripten * disable aarch64 github actions for now * disable aarch64 github actions for now * trigger all GH actions * trigger all GH actions 2 * trigger all GH actions 3 * trigger all GH actions 4 * trigger all GH actions 5 * put back rldp-http-proxy to win build * put back rldp-http-proxy to win build * dont use pkgConfig for zlib * fix zlib_library * use BUILD_SHARED_LIBS flag for static compilation * test 1 * test 2 * add wasm binaries to release. test 3 * add simple binaries' execution test * build emulator-emscripten * build and add into artifacts wasm tlbc and emulator-emscripten * build and add into artifacts wasm tlbc and emulator-emscripten, 2 * build and add into artifacts wasm tlbc and emulator-emscripten, 3 * build and add into artifacts wasm tlbc and emulator-emscripten, 4 * build emulator-emscripten with static libs * minor nix mac aarch64 fix * add single artifacts to release * bypass $repo to Dockerfile * add wasm artifacts to release * add wasm artifacts to release * add wasm artifacts to release * add wasm artifacts to release * add more artifacts to release; remove compilation against Ubuntu 18.04. * retrieve GITHUB_TOKEN for ton-blockchain/ton * remove binary check for arm64 --------- Co-authored-by: tonthemoon <tonthemoon@mailbox.org>
387 lines
No EOL
14 KiB
YAML
387 lines
No EOL
14 KiB
YAML
name: Create release
|
|
|
|
on: [workflow_dispatch]
|
|
|
|
permissions: write-all
|
|
|
|
jobs:
|
|
create-release:
|
|
runs-on: ubuntu-22.04
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Download Linux x86-64 artifacts
|
|
uses: dawidd6/action-download-artifact@v2
|
|
with:
|
|
workflow: ton-x86-64-linux.yml
|
|
path: artifacts
|
|
workflow_conclusion: success
|
|
skip_unpack: true
|
|
|
|
- name: Download and unzip Linux x86-64 artifacts
|
|
uses: dawidd6/action-download-artifact@v2
|
|
with:
|
|
workflow: ton-x86-64-linux.yml
|
|
path: artifacts
|
|
workflow_conclusion: success
|
|
skip_unpack: false
|
|
|
|
# - name: Download Linux arm64 artifacts
|
|
# uses: dawidd6/action-download-artifact@v2
|
|
# with:
|
|
# workflow: ton-aarch64-linux.yml
|
|
# path: artifacts
|
|
# workflow_conclusion: success
|
|
# skip_unpack: true
|
|
#
|
|
# - name: Download and unzip Linux arm64 artifacts
|
|
# uses: dawidd6/action-download-artifact@v2
|
|
# with:
|
|
# workflow: ton-aarch64-linux.yml
|
|
# path: artifacts
|
|
# workflow_conclusion: success
|
|
# skip_unpack: false
|
|
|
|
- name: Download Mac x86-64 artifacts
|
|
uses: dawidd6/action-download-artifact@v2
|
|
with:
|
|
workflow: ton-x86-64-macos.yml
|
|
path: artifacts
|
|
workflow_conclusion: success
|
|
skip_unpack: true
|
|
|
|
- name: Download and unzip Mac x86-64 artifacts
|
|
uses: dawidd6/action-download-artifact@v2
|
|
with:
|
|
workflow: ton-x86-64-macos.yml
|
|
path: artifacts
|
|
workflow_conclusion: success
|
|
skip_unpack: false
|
|
|
|
# - name: Download Mac arm64 artifacts
|
|
# uses: dawidd6/action-download-artifact@v2
|
|
# with:
|
|
# workflow: ton-aarch64-macos.yml
|
|
# path: artifacts
|
|
# workflow_conclusion: success
|
|
# skip_unpack: true
|
|
#
|
|
# - name: Download and unzip Mac arm64 artifacts
|
|
# uses: dawidd6/action-download-artifact@v2
|
|
# with:
|
|
# workflow: ton-aarch64-macos.yml
|
|
# path: artifacts
|
|
# workflow_conclusion: success
|
|
# skip_unpack: false
|
|
|
|
- name: Download Windows artifacts
|
|
uses: dawidd6/action-download-artifact@v2
|
|
with:
|
|
workflow: win-2019-compile.yml
|
|
path: artifacts
|
|
workflow_conclusion: success
|
|
skip_unpack: true
|
|
|
|
- name: Download and unzip Windows artifacts
|
|
uses: dawidd6/action-download-artifact@v2
|
|
with:
|
|
workflow: win-2019-compile.yml
|
|
path: artifacts
|
|
workflow_conclusion: success
|
|
skip_unpack: false
|
|
|
|
- name: Download WASM artifacts
|
|
uses: dawidd6/action-download-artifact@v2
|
|
with:
|
|
workflow: ton-wasm-emscripten.yml
|
|
path: artifacts
|
|
workflow_conclusion: success
|
|
skip_unpack: true
|
|
|
|
- name: Show all artifacts
|
|
run: |
|
|
tree artifacts
|
|
|
|
|
|
# create release
|
|
|
|
- name: Read Changelog.md and use it as a body of new release
|
|
id: read_release
|
|
shell: bash
|
|
run: |
|
|
r=$(cat Changelog.md)
|
|
r="${r//'%'/'%25'}"
|
|
r="${r//$'\n'/'%0A'}"
|
|
r="${r//$'\r'/'%0D'}"
|
|
echo "::set-output name=CHANGELOG_BODY::$r"
|
|
|
|
- name: Get current date
|
|
id: date
|
|
run: echo "::set-output name=date::$(date +'%Y.%m')"
|
|
|
|
- name: Get registration token
|
|
id: getRegToken
|
|
run: |
|
|
curl -X POST -H \"Accept: application/vnd.github+json\" -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' https://api.github.com/repos/ton-blockchain/ton/actions/runners/registration-token
|
|
|
|
- name: Create release
|
|
id: create_release
|
|
uses: actions/create-release@v1
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
tag_name: v${{ steps.date.outputs.date }}
|
|
release_name: v${{ steps.date.outputs.date }}
|
|
body: |
|
|
${{ steps.read_release.outputs.CHANGELOG_BODY }}
|
|
draft: false
|
|
prerelease: false
|
|
|
|
# upload
|
|
|
|
# win
|
|
|
|
- name: Upload Windows 2019 artifacts
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-win-binaries.zip
|
|
asset_name: ton-win-x86-64.zip
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Windows 2019 single artifact - fift
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-win-binaries/fift.exe
|
|
asset_name: fift.exe
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Windows 2019 single artifact - func
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-win-binaries/func.exe
|
|
asset_name: func.exe
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Windows 2019 single artifact - lite-client
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-win-binaries/lite-client.exe
|
|
asset_name: lite-client.exe
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Windows 2019 single artifact - rldp-http-proxy
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-win-binaries/rldp-http-proxy.exe
|
|
asset_name: rldp-http-proxy.exe
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Windows 2019 single artifact - http-proxy
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-win-binaries/http-proxy.exe
|
|
asset_name: http-proxy.exe
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Windows 2019 single artifact - storage-daemon-cli
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-win-binaries/storage-daemon-cli.exe
|
|
asset_name: storage-daemon-cli.exe
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Windows 2019 single artifact - tonlibjson
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-win-binaries/tonlibjson.dll
|
|
asset_name: tonlibjson.dll
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Windows 2019 single artifact - tonlib-cli
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-win-binaries/tonlib-cli.exe
|
|
asset_name: tonlib-cli.exe
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
# mac x86-64
|
|
|
|
- name: Upload Mac x86-64 artifacts
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-macos-binaries.zip
|
|
asset_name: ton-mac-x86-64.zip
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Mac x86-64 single artifact - fift
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-macos-binaries/fift
|
|
asset_name: fift-mac-x86-64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Mac x86-64 single artifact - func
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-macos-binaries/func
|
|
asset_name: func-mac-x86-64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Mac x86-64 single artifact - lite-client
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-macos-binaries/lite-client
|
|
asset_name: lite-client-mac-x86-64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Mac x86-64 single artifact - rldp-http-proxy
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-macos-binaries/rldp-http-proxy
|
|
asset_name: rldp-http-proxy-mac-x86-64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Mac x86-64 single artifact - http-proxy
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-macos-binaries/http-proxy
|
|
asset_name: http-proxy-mac-x86-64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Mac x86-64 single artifact - storage-daemon-cli
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-macos-binaries/storage-daemon-cli
|
|
asset_name: storage-daemon-cli-mac-x86-64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Mac x86-64 single artifact - tonlibjson
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-macos-binaries/libtonlibjson.dylib
|
|
asset_name: tonlibjson-mac-x86-64.dylib
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Mac x86-64 single artifact - tonlib-cli
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-macos-binaries/tonlib-cli
|
|
asset_name: tonlib-cli-mac-x86-64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
# linux x86-64
|
|
|
|
- name: Upload Linux x86-64 artifacts
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-linux-binaries.zip
|
|
asset_name: ton-linux-x86_64.zip
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Linux x86-64 single artifact - fift
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-linux-binaries/fift
|
|
asset_name: fift-linux-x86_64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Linux x86-64 single artifact - func
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-linux-binaries/func
|
|
asset_name: func-linux-x86_64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Linux x86-64 single artifact - lite-client
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-linux-binaries/lite-client
|
|
asset_name: lite-client-linux-x86_64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Linux x86-64 single artifact - rldp-http-proxy
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-linux-binaries/rldp-http-proxy
|
|
asset_name: rldp-http-proxy-linux-x86_64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Linux x86-64 single artifact - http-proxy
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-linux-binaries/http-proxy
|
|
asset_name: http-proxy-linux-x86_64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Linux x86-64 single artifact - storage-daemon-cli
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-linux-binaries/storage-daemon-cli
|
|
asset_name: storage-daemon-cli-linux-x86_64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Linux x86-64 single artifact - tonlibjson
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-linux-binaries/libtonlibjson.so.0.5
|
|
asset_name: tonlibjson-linux-x86_64.so
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload Linux x86-64 single artifact - tonlib-cli
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-x86_64-linux-binaries/tonlib-cli
|
|
asset_name: tonlib-cli-linux-x86_64
|
|
tag: v${{ steps.date.outputs.date }}
|
|
|
|
# - name: Upload Linux arm64 artifacts
|
|
# uses: svenstaro/upload-release-action@v2
|
|
# with:
|
|
# repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
# file: artifacts/ton-aarch64-linux-binaries.zip
|
|
# asset_name: ton-linux-arm64.zip
|
|
# tag: v${{ steps.date.outputs.date }}
|
|
#
|
|
# - name: Upload Mac arm64 artifacts
|
|
# uses: svenstaro/upload-release-action@v2
|
|
# with:
|
|
# repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
# file: artifacts/ton-aarch64-macos-binaries
|
|
# asset_name: ton-mac-arm64.zip
|
|
# tag: v${{ steps.date.outputs.date }}
|
|
|
|
- name: Upload WASM artifacts
|
|
uses: svenstaro/upload-release-action@v2
|
|
with:
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
file: artifacts/ton-wasm-binaries.zip
|
|
asset_name: ton-wasm-binaries.zip
|
|
tag: v${{ steps.date.outputs.date }} |