Skip to content

Commit

Permalink
imp - Stop installing Mono on PPA workflows
Browse files Browse the repository at this point in the history
---

.NET 8.0 doesn't require Mono (.NET Framework for Linux) to build.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 28, 2024
1 parent 697f53c commit 71bdf61
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ppa-package-with-lintian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt autoremove dotnet*
sudo apt update
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all cli-common-dev libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
- name: Initialize offline package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ppa-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt autoremove dotnet*
sudo apt update
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all cli-common-dev libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
- name: Initialize offline package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ppa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt autoremove dotnet*
sudo apt update
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all cli-common-dev libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
- name: Initialize offline package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pushamend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt autoremove dotnet*
sudo apt update
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all cli-common-dev libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
- name: Download original source
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pushppa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt autoremove dotnet*
sudo apt update
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all cli-common-dev libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
sudo NEEDRESTART_SUSPEND=1 apt install curl locales-all libunwind8-dev libcurl4-openssl-dev dotnet-sdk-8.0 libjack0 libportaudio2 libopenal1 libsdl2-2.0-0 libpulse0 libaudio2 devscripts debhelper-compat dput build-essential
- name: Initialize offline package
run: |
Expand Down

0 comments on commit 71bdf61

Please sign in to comment.