Merge pull request #2917 from botanicvelious/master

Bump LLVM ver and enable i686
This commit is contained in:
RustDesk 2023-01-28 15:24:18 +08:00 committed by GitHub
commit 6e36aa8c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 34 deletions

View File

@ -12,7 +12,7 @@ on:
- ".github/**" - ".github/**"
env: env:
LLVM_VERSION: "10.0" LLVM_VERSION: "15.0.6"
FLUTTER_VERSION: "3.7.0" FLUTTER_VERSION: "3.7.0"
# vcpkg version: 2022.05.10 # vcpkg version: 2022.05.10
# for multiarch gcc compatibility # for multiarch gcc compatibility
@ -502,14 +502,6 @@ jobs:
key: ${{ matrix.job.target }}-${{ matrix.job.extra-build-features }} key: ${{ matrix.job.target }}-${{ matrix.job.extra-build-features }}
cache-directories: "/opt/rust-registry" cache-directories: "/opt/rust-registry"
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.job.target }}
override: true
profile: minimal # minimal component installation (ie, no documentation)
- name: Install local registry - name: Install local registry
run: | run: |
mkdir -p /opt/rust-registry mkdir -p /opt/rust-registry
@ -668,14 +660,6 @@ jobs:
override: true override: true
profile: minimal # minimal component installation (ie, no documentation) profile: minimal # minimal component installation (ie, no documentation)
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.job.target }}
override: true
profile: minimal # minimal component installation (ie, no documentation)
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
prefix-key: rustdesk-lib-cache prefix-key: rustdesk-lib-cache

View File

@ -7,7 +7,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
LLVM_VERSION: "10.0" LLVM_VERSION: "15.0.6"
FLUTTER_VERSION: "3.7.0" FLUTTER_VERSION: "3.7.0"
TAG_NAME: "nightly" TAG_NAME: "nightly"
# vcpkg version: 2022.05.10 # vcpkg version: 2022.05.10
@ -648,14 +648,6 @@ jobs:
key: ${{ matrix.job.target }}-${{ matrix.job.extra-build-features }} key: ${{ matrix.job.target }}-${{ matrix.job.extra-build-features }}
cache-directories: "/opt/rust-registry" cache-directories: "/opt/rust-registry"
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.job.target }}
override: true
profile: minimal # minimal component installation (ie, no documentation)
- name: Install local registry - name: Install local registry
run: | run: |
mkdir -p /opt/rust-registry mkdir -p /opt/rust-registry
@ -814,14 +806,6 @@ jobs:
override: true override: true
profile: minimal # minimal component installation (ie, no documentation) profile: minimal # minimal component installation (ie, no documentation)
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.job.target }}
override: true
profile: minimal # minimal component installation (ie, no documentation)
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
prefix-key: rustdesk-lib-cache prefix-key: rustdesk-lib-cache