mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 20:22:19 +00:00
Fix timeout issue for Github action Docker Compile Ubuntu arm64 (#510)
* add: TON Overflow * GitHub action to build native-lib (tonlibjson) JNI library for Android (x86, x86_64, armeabi-v7a, arm64-v8a); Cleanup fossil actions; * fix gh action timeout; delete old actions; * fix gh action timeout; delete old actions; * leave only arm64 architecture * leave only arm64 architecture * leave only arm64 architecture, remove create-hardfork * leave only arm64 architecture, remove create-hardfork; sync with testnet Co-authored-by: Doge <awesomedogewow@gmail.com> Co-authored-by: EmelyanenkoK <emelyanenko.kirill@gmail.com>
This commit is contained in:
parent
caa52c98d7
commit
89308d428a
7 changed files with 11 additions and 12 deletions
2
.github/script/arm64-18.04.Dockerfile
vendored
2
.github/script/arm64-18.04.Dockerfile
vendored
|
@ -15,4 +15,4 @@ ENV CC clang
|
|||
ENV CXX clang++
|
||||
ENV CCACHE_DISABLE 1
|
||||
RUN cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DTON_ARCH= ..
|
||||
RUN ninja tonlibjson blockchain-explorer fift func validator-engine validator-engine-console create-state generate-random-id create-hardfork dht-server lite-client
|
||||
RUN ninja tonlibjson blockchain-explorer fift func validator-engine validator-engine-console create-state generate-random-id dht-server lite-client
|
2
.github/script/arm64-20.04.Dockerfile
vendored
2
.github/script/arm64-20.04.Dockerfile
vendored
|
@ -15,4 +15,4 @@ ENV CC clang
|
|||
ENV CXX clang++
|
||||
ENV CCACHE_DISABLE 1
|
||||
RUN cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DTON_ARCH= ..
|
||||
RUN ninja tonlibjson blockchain-explorer fift func validator-engine validator-engine-console create-state generate-random-id create-hardfork dht-server lite-client
|
||||
RUN ninja tonlibjson blockchain-explorer fift func validator-engine validator-engine-console create-state generate-random-id dht-server lite-client
|
2
.github/script/arm64-22.04.Dockerfile
vendored
2
.github/script/arm64-22.04.Dockerfile
vendored
|
@ -15,4 +15,4 @@ ENV CC clang
|
|||
ENV CXX clang++
|
||||
ENV CCACHE_DISABLE 1
|
||||
RUN cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DTON_ARCH= ..
|
||||
RUN ninja tonlibjson blockchain-explorer fift func validator-engine validator-engine-console create-state generate-random-id create-hardfork dht-server lite-client
|
||||
RUN ninja tonlibjson blockchain-explorer fift func validator-engine validator-engine-console create-state generate-random-id dht-server lite-client
|
9
.github/workflows/docker-compile-ubuntu.yml
vendored
9
.github/workflows/docker-compile-ubuntu.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Docker Compile Ubuntu x86-64 & arm64
|
||||
name: Docker Ubuntu Compile arm64
|
||||
|
||||
on: [push,workflow_dispatch]
|
||||
on: [push,workflow_dispatch,workflow_call]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -8,8 +8,8 @@ jobs:
|
|||
fail-fast: false
|
||||
max-parallel: 3
|
||||
matrix:
|
||||
arch: [amd64, arm64]
|
||||
ver: [18.04, 20.04, 22.04]
|
||||
arch: [arm64]
|
||||
ver: [22.04, 18.04, 20.04 ]
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
@ -33,7 +33,6 @@ jobs:
|
|||
docker cp -a $container_id:/ton/build/crypto/fift build-${{matrix.ver}}-${{matrix.arch}}/
|
||||
docker cp -a $container_id:/ton/build/crypto/func build-${{matrix.ver}}-${{matrix.arch}}/
|
||||
docker cp -a $container_id:/ton/build/crypto/create-state build-${{matrix.ver}}-${{matrix.arch}}/
|
||||
docker cp -a $container_id:/ton/build/create-hardfork/create-hardfork build-${{matrix.ver}}-${{matrix.arch}}/
|
||||
docker cp -a $container_id:/ton/build/blockchain-explorer/blockchain-explorer build-${{matrix.ver}}-${{matrix.arch}}/
|
||||
docker cp -a $container_id:/ton/build/lite-client/lite-client build-${{matrix.ver}}-${{matrix.arch}}/
|
||||
docker cp -a $container_id:/ton/build/utils/generate-random-id build-${{matrix.ver}}-${{matrix.arch}}/
|
||||
|
|
2
.github/workflows/macos-10.15-compile.yml
vendored
2
.github/workflows/macos-10.15-compile.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: C/C++ CI macOS-10.15 Compile
|
||||
name: MacOS-10.15 x86-64 Compile
|
||||
|
||||
on: [push,workflow_dispatch,workflow_call]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Ubuntu 18.04 TON ccpcheck
|
||||
name: TON ccpcheck
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
4
.github/workflows/ubuntu-compile.yml
vendored
4
.github/workflows/ubuntu-compile.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Ubuntu Compile
|
||||
name: Ubuntu Compile х86-64
|
||||
|
||||
on: [push,workflow_dispatch]
|
||||
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
cd build-${{ matrix.os }}
|
||||
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
|
||||
ninja fift func tonlib tonlibjson tonlib-cli validator-engine lite-client pow-miner validator-engine-console generate-random-id json2tlo dht-server http-proxy rldp-http-proxy adnl-proxy create-state create-hardfork
|
||||
- name: find & copy binaries
|
||||
- name: Find & copy binaries
|
||||
run: |
|
||||
mkdir artifacts-${{ matrix.os }}
|
||||
cp build-${{ matrix.os }}/crypto/fift build-${{ matrix.os }}/crypto/tlbc build-${{ matrix.os }}/crypto/func build-${{ matrix.os }}/crypto/create-state build-${{ matrix.os }}/validator-engine-console/validator-engine-console build-${{ matrix.os }}/tonlib/tonlib-cli build-${{ matrix.os }}/tonlib/libtonlibjson.so.0.5 build-${{ matrix.os }}/http/http-proxy build-${{ matrix.os }}/rldp-http-proxy/rldp-http-proxy build-${{ matrix.os }}/dht-server/dht-server build-${{ matrix.os }}/lite-client/lite-client build-${{ matrix.os }}/validator-engine/validator-engine build-${{ matrix.os }}/utils/generate-random-id build-${{ matrix.os }}/utils/json2tlo build-${{ matrix.os }}/adnl/adnl-proxy artifacts-${{ matrix.os }}
|
||||
|
|
Loading…
Reference in a new issue