From d56415e904c1afb72079bf7ffc00a783e0c95ae4 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 3 Jun 2021 08:37:25 -0500 Subject: [PATCH] Fix CI for Philips Hue changes --- .gitlab-ci.yml | 8 ++++---- fedora/OpenRGB.spec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5326d9f7e..647d32e52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ before_script: #-----------------------------------------------------------------------# "Linux 32 AppImage": <<: *ccache_init - image: registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:stretch-32 + image: registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:buster-32 stage: build script: - export $(dpkg-architecture) @@ -51,7 +51,7 @@ before_script: #-----------------------------------------------------------------------# "Linux 64 AppImage": <<: *ccache_init - image: registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:stretch-64 + image: registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:buster-64 stage: build script: - export $(dpkg-architecture) @@ -70,7 +70,7 @@ before_script: #-----------------------------------------------------------------------# "Linux 32 deb": <<: *ccache_init - image: registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:stretch-32 + image: registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:buster-32 stage: build script: - dpkg-architecture -l @@ -91,7 +91,7 @@ before_script: #-----------------------------------------------------------------------# "Linux 64 deb": <<: *ccache_init - image: registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:stretch-64 + image: registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:buster-64 stage: build script: - dpkg-architecture -l diff --git a/fedora/OpenRGB.spec b/fedora/OpenRGB.spec index b8e98408b..7203922aa 100644 --- a/fedora/OpenRGB.spec +++ b/fedora/OpenRGB.spec @@ -9,7 +9,7 @@ License: GPLv2 URL: https://gitlab.com/CalcProgrammer1/%{_name} Source0: OpenRGB.tar.gz -BuildRequires: gcc-c++ libusb-devel libstdc++-devel qt5-qtbase-devel desktop-file-utils hidapi-devel +BuildRequires: gcc-c++ libusb-devel libstdc++-devel qt5-qtbase-devel desktop-file-utils hidapi-devel mbedtls-devel Requires: hicolor-icon-theme %description