mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Globally drop yasm - libvpx should not need it
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
40
.github/workflows/flutter-build.yml
vendored
40
.github/workflows/flutter-build.yml
vendored
@@ -348,7 +348,7 @@ jobs:
|
||||
|
||||
- name: Install build runtime
|
||||
run: |
|
||||
brew install llvm create-dmg nasm yasm cmake gcc wget ninja pkg-config
|
||||
brew install llvm create-dmg nasm cmake gcc wget ninja pkg-config
|
||||
|
||||
- name: Install flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
@@ -459,7 +459,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install nasm yasm
|
||||
brew install nasm
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install flutter
|
||||
@@ -592,8 +592,7 @@ jobs:
|
||||
openjdk-11-jdk-headless \
|
||||
pkg-config \
|
||||
tree \
|
||||
wget \
|
||||
yasm
|
||||
wget
|
||||
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v3
|
||||
@@ -782,7 +781,7 @@ jobs:
|
||||
sudo rm -rf /usr/local/lib/android
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y nasm qemu-user-static yasm
|
||||
sudo apt-get install -y nasm qemu-user-static
|
||||
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v3
|
||||
@@ -880,8 +879,7 @@ jobs:
|
||||
ninja-build \
|
||||
pkg-config \
|
||||
tree \
|
||||
wget \
|
||||
yasm
|
||||
wget
|
||||
# we have libopus compiled by us.
|
||||
apt-get remove -y libopus-dev || true
|
||||
# output devs
|
||||
@@ -985,7 +983,6 @@ jobs:
|
||||
unzip \
|
||||
xz-utils \
|
||||
wget \
|
||||
yasm \
|
||||
zip
|
||||
|
||||
#- name: Maximize build space
|
||||
@@ -1097,8 +1094,7 @@ jobs:
|
||||
ninja-build \
|
||||
pkg-config \
|
||||
tree \
|
||||
wget \
|
||||
yasm
|
||||
wget
|
||||
# we have libopus compiled by us.
|
||||
apt-get remove -y libopus-dev || true
|
||||
# output devs
|
||||
@@ -1180,7 +1176,6 @@ jobs:
|
||||
pkg-config \
|
||||
unzip \
|
||||
xz-utils \
|
||||
yasm \
|
||||
zip
|
||||
|
||||
#- name: Maximize build space
|
||||
@@ -1277,8 +1272,7 @@ jobs:
|
||||
rpm \
|
||||
unzip \
|
||||
wget \
|
||||
xz-utils \
|
||||
yasm
|
||||
xz-utils
|
||||
run: |
|
||||
# disable git safe.directory
|
||||
git config --global --add safe.directory "*"
|
||||
@@ -1390,8 +1384,7 @@ jobs:
|
||||
libarchive-tools \
|
||||
libgtk-3-dev \
|
||||
nasm \
|
||||
wget \
|
||||
yasm
|
||||
wget
|
||||
mkdir -p ./target/release/
|
||||
|
||||
- name: Restore the rustdesk lib file
|
||||
@@ -1447,8 +1440,7 @@ jobs:
|
||||
rpm \
|
||||
unzip \
|
||||
wget \
|
||||
xz-utils \
|
||||
yasm
|
||||
xz-utils
|
||||
run: |
|
||||
# disable git safe.directory
|
||||
git config --global --add safe.directory "*"
|
||||
@@ -1592,7 +1584,6 @@ jobs:
|
||||
# gcc
|
||||
# curl
|
||||
# wget
|
||||
# yasm
|
||||
# nasm
|
||||
# zip
|
||||
# make
|
||||
@@ -1676,8 +1667,7 @@ jobs:
|
||||
libarchive-tools \
|
||||
libgtk-3-dev \
|
||||
nasm \
|
||||
wget \
|
||||
yasm
|
||||
wget
|
||||
mkdir -p ./target/release/
|
||||
|
||||
- name: Restore the rustdesk lib file
|
||||
@@ -1719,8 +1709,7 @@ jobs:
|
||||
rpm \
|
||||
unzip \
|
||||
wget \
|
||||
xz-utils \
|
||||
yasm
|
||||
xz-utils
|
||||
run: |
|
||||
# disable git safe.directory
|
||||
git config --global --add safe.directory "*"
|
||||
@@ -1806,7 +1795,6 @@ jobs:
|
||||
gcc
|
||||
curl
|
||||
wget
|
||||
yasm
|
||||
nasm
|
||||
zip
|
||||
make
|
||||
@@ -1923,8 +1911,7 @@ jobs:
|
||||
# g++ \
|
||||
# libgtk-3-dev \
|
||||
# nasm \
|
||||
# wget \
|
||||
# yasm
|
||||
# wget
|
||||
# # flatpak deps
|
||||
# flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
# flatpak --user install -y flathub org.freedesktop.Platform/${{ matrix.job.arch }}/23.08
|
||||
@@ -2001,8 +1988,7 @@ jobs:
|
||||
g++ \
|
||||
libgtk-3-dev \
|
||||
nasm \
|
||||
wget \
|
||||
yasm
|
||||
wget
|
||||
# flatpak deps
|
||||
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak --user install -y flathub org.freedesktop.Platform/${{ matrix.job.arch }}/23.08
|
||||
|
||||
Reference in New Issue
Block a user