Skip to content

Commit

Permalink
Actions match master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
b1weiss committed Dec 12, 2024
1 parent 588103c commit 2eb8572
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 42 deletions.
40 changes: 11 additions & 29 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: ./.github/workflows/bridge.yml

build-RustDeskTempTopMostWindow:
if: false
uses: ./.github/workflows/third-party-RustDeskTempTopMostWindow.yml
with:
upload-artifact: ${{ inputs.upload-artifact }}
Expand All @@ -61,6 +62,7 @@ jobs:
fail-fast: false

build-for-windows-flutter:
if: false
name: ${{ matrix.job.target }}
needs: [build-RustDeskTempTopMostWindow, generate-bridge]
runs-on: ${{ matrix.job.os }}
Expand Down Expand Up @@ -249,6 +251,7 @@ jobs:
# The fallback for the flutter version, we use Sciter for 32bit Windows.
build-for-windows-sciter:
if: false
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
runs-on: ${{ matrix.job.os }}
# Temporarily disable this action due to additional test is needed.
Expand Down Expand Up @@ -462,7 +465,8 @@ jobs:
rustdesk*-aarch64.dmg
build-rustdesk-ios:
if: ${{ inputs.upload-artifact }}
if: false
# if: ${{ inputs.upload-artifact }}
name: build rustdesk ios ipa
runs-on: ${{ matrix.job.os }}
needs: [generate-bridge]
Expand Down Expand Up @@ -628,6 +632,7 @@ jobs:
# flutter/build/ios/ipa/*.ipa

build-for-macOS:
if: false
name: ${{ matrix.job.target }}
runs-on: ${{ matrix.job.os }}
needs: [generate-bridge]
Expand Down Expand Up @@ -837,7 +842,8 @@ jobs:
- build-for-macOS
- build-for-windows-flutter
runs-on: ubuntu-latest
if: ${{ inputs.upload-artifact }}
if: false
# if: ${{ inputs.upload-artifact }}
steps:
- name: Download artifacts
uses: actions/download-artifact@master
Expand Down Expand Up @@ -869,6 +875,7 @@ jobs:
files: rustdesk-${{ env.VERSION }}-unsigned.tar.gz

build-rustdesk-android:
if: false
needs: [generate-bridge]
name: build rustdesk android apk ${{ matrix.job.target }}
runs-on: ${{ matrix.job.os }}
Expand Down Expand Up @@ -1167,7 +1174,8 @@ jobs:
build-rustdesk-android-universal:
needs: [build-rustdesk-android]
name: build rustdesk android universal apk
if: ${{ inputs.upload-artifact }}
if: false
# if: ${{ inputs.upload-artifact }}
runs-on: ubuntu-20.04
env:
reltype: release
Expand Down Expand Up @@ -1369,14 +1377,6 @@ jobs:
deb_arch: amd64,
vcpkg-triplet: x64-linux,
}
- {
arch: aarch64,
target: aarch64-unknown-linux-gnu,
distro: ubuntu18.04,
on: [self-hosted, Linux, ARM64],
deb_arch: arm64,
vcpkg-triplet: arm64-linux,
}
steps:
- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v6
Expand Down Expand Up @@ -1704,16 +1704,6 @@ jobs:
vcpkg-triplet: x64-linux,
extra_features: ",hwcodec",
}
- {
arch: armv7,
target: armv7-unknown-linux-gnueabihf,
on: [self-hosted, Linux, ARM64],
distro: ubuntu18.04-rustdesk,
deb_arch: armhf,
sciter_arch: arm32,
vcpkg-triplet: arm-linux,
extra_features: "",
}
steps:
- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v6
Expand Down Expand Up @@ -1973,14 +1963,6 @@ jobs:
arch: x86_64,
suffix: "-sciter",
}
- {
target: aarch64-unknown-linux-gnu,
# try out newer flatpak since error of "error: Nothing matches org.freedesktop.Platform in remote flathub"
distro: ubuntu22.04,
on: [self-hosted, Linux, ARM64],
arch: aarch64,
suffix: "",
}
steps:
- name: Checkout source code
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ env:

jobs:
build-for-macOS:
if: false
name: ${{ matrix.job.target }}
runs-on: ${{ matrix.job.os }}
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ env:

jobs:
build-RustDeskTempTopMostWindow:
if: false
runs-on: ${{ inputs.target }}
strategy:
fail-fast: false
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/winget.yml

This file was deleted.

0 comments on commit 2eb8572

Please sign in to comment.