Update macOS, temporarily use the native build system for ubuntu 22.04
This commit is contained in:
parent
be56497397
commit
601eec6337
1
.github/workflows/tdapi_file.yaml
vendored
1
.github/workflows/tdapi_file.yaml
vendored
@ -129,7 +129,6 @@ jobs:
|
|||||||
|
|
||||||
API_TYPE=legacy ./scripts/continuous-integration/github-workflows/deploy-release.sh
|
API_TYPE=legacy ./scripts/continuous-integration/github-workflows/deploy-release.sh
|
||||||
API_TYPE=sealed ./scripts/continuous-integration/github-workflows/deploy-release.sh
|
API_TYPE=sealed ./scripts/continuous-integration/github-workflows/deploy-release.sh
|
||||||
API_TYPE=legacy ./scripts/continuous-integration/github-workflows/deploy-javadoc.sh
|
|
||||||
API_TYPE=sealed ./scripts/continuous-integration/github-workflows/deploy-javadoc.sh
|
API_TYPE=sealed ./scripts/continuous-integration/github-workflows/deploy-javadoc.sh
|
||||||
env:
|
env:
|
||||||
MAVEN_USERNAME: ${{ secrets.MCHV_USERNAME }}
|
MAVEN_USERNAME: ${{ secrets.MCHV_USERNAME }}
|
||||||
|
@ -10,9 +10,8 @@ if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
|
|||||||
|
|
||||||
elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
|
elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
|
||||||
echo "==OSX======"
|
echo "==OSX======"
|
||||||
export PYTHON=36
|
brew install gperf cmake openssl coreutils
|
||||||
brew install swig;
|
brew install openjdk
|
||||||
brew install gperf openssl coreutils
|
|
||||||
elif [[ "$OPERATING_SYSTEM_NAME" == "windows" ]]; then
|
elif [[ "$OPERATING_SYSTEM_NAME" == "windows" ]]; then
|
||||||
echo "==Windows=="
|
echo "==Windows=="
|
||||||
#choco install visualstudio2019buildtools --version=16.10.4.0 --allow-downgrade --package-parameters "--passive"
|
#choco install visualstudio2019buildtools --version=16.10.4.0 --allow-downgrade --package-parameters "--passive"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user