From 4f9afa85ec26114f2829a5174c8bac763cfe3bbf Mon Sep 17 00:00:00 2001 From: Travis Person Date: Mon, 29 Nov 2021 20:51:37 +0000 Subject: [PATCH] disable building of appimage on release appimage testing is currently broken due to a requirement to have access to /dev/snd, which is not present on the image we are using in circleci. --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e74cb773670..a4a88a09089 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -976,19 +976,10 @@ workflows: tags: only: - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - - build-appimage: - filters: - branches: - ignore: - - /.*/ - tags: - only: - - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - publish: requires: - build-all - build-macos - - build-appimage filters: branches: ignore: