From 5c2cad146121b9e9bb10b845095e8661bbf3f6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 24 Jun 2021 19:24:52 +0200 Subject: [PATCH] package/ci: curses, lots of curses. --- package/ci/circleci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 34172f2..58950c9 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -38,6 +38,15 @@ commands: type: string default: "" steps: + - run: + # ninja needs python@3.9 as a dependency FOR SOME FUCKING REASON and + # when THE DAMN THING installs it, it proceeds with reinstalling + # python@2. FROM SOURCES! FUCK! and then it fails to link it because + # NO SHIT, python@3.9 is already installed! HOW THE FUCK ARE PEOPLE + # ABLE TO DEAL WITH SUCH CURSED SHIT ALL THE TIME?! FUCK OFF + name: Remove Python 2 curse + command: | + HOMEBREW_NO_AUTO_UPDATE=1 brew uninstall python@2 - run: name: Install base packages # As usual, homebrew takes five minutes to update and then explodes in