Update tdlib and tdlight
This commit is contained in:
parent
d941619945
commit
6b2ac5e729
20
.github/workflows/platform_natives.yaml
vendored
20
.github/workflows/platform_natives.yaml
vendored
@ -12,16 +12,16 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- {os: ubuntu-20.04, usedocker: "true", arch: "linux/386", implementation: "tdlight"}
|
- {os: ubuntu-18.04, usedocker: "true", arch: "linux/386", implementation: "tdlight"}
|
||||||
- {os: ubuntu-20.04, usedocker: "true", arch: "linux/386", implementation: "tdlib"}
|
- {os: ubuntu-18.04, usedocker: "true", arch: "linux/386", implementation: "tdlib"}
|
||||||
- {os: ubuntu-20.04, usedocker: "false", arch: "linux/amd64", implementation: "tdlight"}
|
- {os: ubuntu-18.04, usedocker: "false", arch: "linux/amd64", implementation: "tdlight"}
|
||||||
- {os: ubuntu-20.04, usedocker: "false", arch: "linux/amd64", implementation: "tdlib"}
|
- {os: ubuntu-18.04, usedocker: "false", arch: "linux/amd64", implementation: "tdlib"}
|
||||||
- {os: ubuntu-20.04, usedocker: "true", arch: "linux/arm/v6", implementation: "tdlight"}
|
- {os: ubuntu-18.04, usedocker: "true", arch: "linux/arm/v6", implementation: "tdlight"}
|
||||||
- {os: ubuntu-20.04, usedocker: "true", arch: "linux/arm/v6", implementation: "tdlib"}
|
- {os: ubuntu-18.04, usedocker: "true", arch: "linux/arm/v6", implementation: "tdlib"}
|
||||||
- {os: ubuntu-20.04, usedocker: "true", arch: "linux/arm/v7", implementation: "tdlight"}
|
- {os: ubuntu-18.04, usedocker: "true", arch: "linux/arm/v7", implementation: "tdlight"}
|
||||||
- {os: ubuntu-20.04, usedocker: "true", arch: "linux/arm/v7", implementation: "tdlib"}
|
- {os: ubuntu-18.04, usedocker: "true", arch: "linux/arm/v7", implementation: "tdlib"}
|
||||||
- {os: ubuntu-20.04, usedocker: "true", arch: "linux/arm64", implementation: "tdlight"}
|
- {os: ubuntu-18.04, usedocker: "true", arch: "linux/arm64", implementation: "tdlight"}
|
||||||
- {os: ubuntu-20.04, usedocker: "true", arch: "linux/arm64", implementation: "tdlib"}
|
- {os: ubuntu-18.04, usedocker: "true", arch: "linux/arm64", implementation: "tdlib"}
|
||||||
- {os: windows-2019, usedocker: "false", arch: "amd64", implementation: "tdlight"}
|
- {os: windows-2019, usedocker: "false", arch: "amd64", implementation: "tdlight"}
|
||||||
- {os: windows-2019, usedocker: "false", arch: "amd64", implementation: "tdlib"}
|
- {os: windows-2019, usedocker: "false", arch: "amd64", implementation: "tdlib"}
|
||||||
- {os: macos-10.15, usedocker: "false", arch: "amd64", implementation: "tdlight"}
|
- {os: macos-10.15, usedocker: "false", arch: "amd64", implementation: "tdlight"}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 9964d24ec8e03bd0bc4d5fe33438f056d133fc1a
|
Subproject commit b342ec33e535893312af1ded6a67f8c4f784aee5
|
@ -1 +1 @@
|
|||||||
Subproject commit ee7ffd085f83223a6752a42537029f3184e8a068
|
Subproject commit 903df5899c90f0509cf6f13785bcb8344b317bf1
|
@ -4,8 +4,8 @@ set -e
|
|||||||
if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
|
if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
|
||||||
echo "==Linux===="
|
echo "==Linux===="
|
||||||
sudo apt install -y make git zlib1g-dev libssl-dev gperf cmake \
|
sudo apt install -y make git zlib1g-dev libssl-dev gperf cmake \
|
||||||
ccache maven python3 python3-pip php7.4-cli \
|
ccache maven python3 python3-pip php7.2-cli \
|
||||||
clang-11 libc++-11-dev libc++abi-11-dev
|
clang-10 libc++-10-dev libc++abi-10-dev
|
||||||
|
|
||||||
elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
|
elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
|
||||||
echo "==OSX======"
|
echo "==OSX======"
|
||||||
|
@ -93,8 +93,8 @@ elif [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export CXXFLAGS="$CXXFLAGS -static-libgcc -static-libstdc++"
|
export CXXFLAGS="$CXXFLAGS -static-libgcc -static-libstdc++"
|
||||||
export CC="/usr/bin/clang-11"
|
export CC="/usr/bin/clang"
|
||||||
export CXX="/usr/bin/clang++-11"
|
export CXX="/usr/bin/clang++"
|
||||||
|
|
||||||
export CPU_CORES=" -- -j${CPU_CORES_NUM}"
|
export CPU_CORES=" -- -j${CPU_CORES_NUM}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user