mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
removed mongodb-client-encryption from community build
This commit is contained in:
36
.github/workflows/build-app-beta.yaml
vendored
36
.github/workflows/build-app-beta.yaml
vendored
@@ -16,6 +16,38 @@ jobs:
|
||||
# os: [macOS-10.15]
|
||||
|
||||
steps:
|
||||
- name: "Install python 3.11 (Linux, Windows)"
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.11
|
||||
if: matrix.os.setup_python
|
||||
|
||||
- name: Install python 3.11 (MacOS)
|
||||
if: matrix.os.type == 'macos'
|
||||
id: mac_python
|
||||
env:
|
||||
ARCH: ${{ matrix.os.arch }}
|
||||
run: |
|
||||
rm -f /usr/local/bin/2to3-3.11
|
||||
rm -f /usr/local/bin/idle3.11
|
||||
rm -f /usr/local/bin/pydoc3.11
|
||||
rm -f /usr/local/bin/python3.11
|
||||
rm -f /usr/local/bin/python3.11-config
|
||||
brew install python@3.11
|
||||
if [ "$ARCH" = "arm64" ]; then
|
||||
# Add Python 3.11 to PATH for arm64
|
||||
echo "/opt/homebrew/opt/python@3.11/libexec/bin" >> $GITHUB_PATH
|
||||
export PATH="/opt/homebrew/opt/python@3.11/libexec/bin:$PATH"
|
||||
export PYTHON_PATH="/opt/homebrew/opt/python@3.11/libexec/bin/python3"
|
||||
echo "python_path=$PYTHON_PATH" >> $GITHUB_OUTPUT
|
||||
else
|
||||
# Add Python 3.11 to PATH for other architectures
|
||||
echo "/usr/local/opt/python@3.11/libexec/bin" >> $GITHUB_PATH
|
||||
export PATH="/usr/local/opt/python@3.11/libexec/bin:$PATH"
|
||||
export PYTHON_PATH="/usr/local/opt/python@3.11/libexec/bin/python3"
|
||||
echo "python_path=$PYTHON_PATH" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: Context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
@@ -27,9 +59,9 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 22.x
|
||||
- name: yarn adjustPackageJson
|
||||
- name: adjustPackageJson
|
||||
run: |
|
||||
yarn adjustPackageJson
|
||||
node adjustPackageJson --premium
|
||||
- name: setUpdaterChannel beta
|
||||
run: |
|
||||
node setUpdaterChannel beta
|
||||
|
||||
9
.github/workflows/build-app-pro-beta.yaml
vendored
9
.github/workflows/build-app-pro-beta.yaml
vendored
@@ -50,16 +50,11 @@ jobs:
|
||||
node sync.js --nowatch
|
||||
cd ..
|
||||
|
||||
- name: yarn adjustPackageJson
|
||||
- name: adjustPackageJson
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
yarn adjustPackageJson
|
||||
- name: adjustAppPackageJsonPremium
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
node adjustAppPackageJsonPremium
|
||||
node adjustPackageJson --premium
|
||||
- name: setUpdaterChannel premium-beta
|
||||
run: |
|
||||
cd ..
|
||||
|
||||
9
.github/workflows/build-app-pro.yaml
vendored
9
.github/workflows/build-app-pro.yaml
vendored
@@ -51,16 +51,11 @@ jobs:
|
||||
node sync.js --nowatch
|
||||
cd ..
|
||||
|
||||
- name: yarn adjustPackageJson
|
||||
- name: adjustPackageJson
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
yarn adjustPackageJson
|
||||
- name: adjustAppPackageJsonPremium
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
node adjustAppPackageJsonPremium
|
||||
node adjustPackageJson --premium
|
||||
- name: setUpdaterChannel premium
|
||||
run: |
|
||||
cd ..
|
||||
|
||||
4
.github/workflows/build-app.yaml
vendored
4
.github/workflows/build-app.yaml
vendored
@@ -31,9 +31,9 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 22.x
|
||||
- name: yarn adjustPackageJson
|
||||
- name: adjustPackageJson
|
||||
run: |
|
||||
yarn adjustPackageJson
|
||||
node adjustPackageJson --community
|
||||
- name: yarn set timeout
|
||||
run: |
|
||||
yarn config set network-timeout 100000
|
||||
|
||||
4
.github/workflows/build-aws-pro-beta.yaml
vendored
4
.github/workflows/build-aws-pro-beta.yaml
vendored
@@ -54,11 +54,11 @@ jobs:
|
||||
node sync.js --nowatch
|
||||
cd ..
|
||||
|
||||
- name: yarn adjustPackageJson
|
||||
- name: adjustPackageJson
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
yarn adjustPackageJson
|
||||
node adjustPackageJson --premium
|
||||
|
||||
- name: yarn install
|
||||
run: |
|
||||
|
||||
4
.github/workflows/build-docker-pro.yaml
vendored
4
.github/workflows/build-docker-pro.yaml
vendored
@@ -62,11 +62,11 @@ jobs:
|
||||
node sync.js --nowatch
|
||||
cd ..
|
||||
|
||||
- name: yarn adjustPackageJson
|
||||
- name: adjustPackageJson
|
||||
run: |
|
||||
cd ..
|
||||
cd dbgate-merged
|
||||
yarn adjustPackageJson
|
||||
node adjustPackageJson --premium
|
||||
|
||||
- name: yarn install
|
||||
run: |
|
||||
|
||||
4
.github/workflows/build-docker.yaml
vendored
4
.github/workflows/build-docker.yaml
vendored
@@ -57,9 +57,9 @@ jobs:
|
||||
with:
|
||||
node-version: 18.x
|
||||
|
||||
- name: yarn adjustPackageJson
|
||||
- name: adjustPackageJson
|
||||
run: |
|
||||
yarn adjustPackageJson
|
||||
node adjustPackageJson --community
|
||||
|
||||
- name: yarn install
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user