Skip to content

Commit

Permalink
Merge pull request #4889 from Swiftb0y/remove-ubuntu-focal
Browse files Browse the repository at this point in the history
chore(ci): remove ubuntu-20 CI as per mixxx ubuntu minimum requirements policy
  • Loading branch information
daschuer authored Aug 12, 2022
2 parents 0b10a7a + 24114dc commit 85149b6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,6 @@ jobs:
artifacts_path: build/*.deb
artifacts_slug: ubuntu-jammy
qt_qpa_platform: offscreen
- name: Ubuntu 20.04 (gcc)
os: ubuntu-20.04
cmake_args: >-
-DWARNINGS_FATAL=ON
-DBULK=ON
-DFFMPEG=ON
-DLOCALECOMPARE=ON
-DMAD=ON
-DMODPLUG=ON
-DWAVPACK=ON
-DINSTALL_USER_UDEV_RULES=OFF
ctest_args: []
compiler_cache: ccache
compiler_cache_path: ~/.ccache
cpack_generator: DEB
buildenv_basepath: /home/runner/buildenv
buildenv_script: tools/debian_buildenv.sh
artifacts_name: Ubuntu 20.04 DEB
artifacts_path: build/*.deb
artifacts_slug: ubuntu-focal
qt_qpa_platform: offscreen
- name: Arch Linux (Qt 6.3, gcc)
os: ubuntu-22.04
# The Dockerfile for this container can be found at:
Expand Down

0 comments on commit 85149b6

Please sign in to comment.