mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
build storage-daemon and storage-daemon-cli binaries
This commit is contained in:
parent
85fd803847
commit
2ff6129dce
6 changed files with 6 additions and 12 deletions
3
.github/script/amd64-18.04.Dockerfile
vendored
3
.github/script/amd64-18.04.Dockerfile
vendored
|
@ -7,8 +7,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe
|
|||
WORKDIR /
|
||||
|
||||
ARG BRANCH
|
||||
ARG BRANCH_PARAM=$BRANCH
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $BRANCH_PARAM
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $env:BRANCH
|
||||
|
||||
WORKDIR /ton
|
||||
RUN mkdir /ton/build
|
||||
|
|
3
.github/script/amd64-20.04.Dockerfile
vendored
3
.github/script/amd64-20.04.Dockerfile
vendored
|
@ -7,8 +7,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe
|
|||
WORKDIR /
|
||||
|
||||
ARG BRANCH
|
||||
ARG BRANCH_PARAM=$BRANCH
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $BRANCH_PARAM
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $env:BRANCH
|
||||
|
||||
WORKDIR /ton
|
||||
RUN mkdir /ton/build
|
||||
|
|
3
.github/script/amd64-22.04.Dockerfile
vendored
3
.github/script/amd64-22.04.Dockerfile
vendored
|
@ -7,8 +7,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe
|
|||
WORKDIR /
|
||||
|
||||
ARG BRANCH
|
||||
ARG BRANCH_PARAM=$BRANCH
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $BRANCH_PARAM
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $env:BRANCH
|
||||
|
||||
WORKDIR /ton
|
||||
RUN mkdir /ton/build
|
||||
|
|
3
.github/script/arm64-18.04.Dockerfile
vendored
3
.github/script/arm64-18.04.Dockerfile
vendored
|
@ -7,8 +7,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe
|
|||
WORKDIR /
|
||||
|
||||
ARG BRANCH
|
||||
ARG BRANCH_PARAM=$BRANCH
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $BRANCH_PARAM
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $env:BRANCH
|
||||
|
||||
WORKDIR /ton
|
||||
RUN mkdir /ton/build
|
||||
|
|
3
.github/script/arm64-20.04.Dockerfile
vendored
3
.github/script/arm64-20.04.Dockerfile
vendored
|
@ -7,8 +7,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe
|
|||
WORKDIR /
|
||||
|
||||
ARG BRANCH
|
||||
ARG BRANCH_PARAM=$BRANCH
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $BRANCH_PARAM
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $env:BRANCH
|
||||
|
||||
WORKDIR /ton
|
||||
RUN mkdir /ton/build
|
||||
|
|
3
.github/script/arm64-22.04.Dockerfile
vendored
3
.github/script/arm64-22.04.Dockerfile
vendored
|
@ -7,8 +7,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe
|
|||
WORKDIR /
|
||||
|
||||
ARG BRANCH
|
||||
ARG BRANCH_PARAM=$BRANCH
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $BRANCH_PARAM
|
||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && cd ton && git checkout $env:BRANCH
|
||||
|
||||
WORKDIR /ton
|
||||
RUN mkdir /ton/build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue