From 94c254f99249b7cacce221fe3e81b5f33c144df2 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Wed, 9 Aug 2023 11:59:18 -0400 Subject: [PATCH] Fix bootstrap on M1/M2 mac. https://github.com/project-chip/connectedhomeip/pull/28146 added bitarray to requirements.bouffalolab.txt, but that package requires native compilation during bootstrap. And bootstrap ends up using the pigweed-provided clang for that, but that clang is broken on M1/M2 mac. For now, stop pulling requirements.bouffalolab.txt into the general requirements.all.txt, so that bootstrap works for all the people not actively developing for bouffalolab. If it's re-added there later, it should be split up to make sure the bitarray bits are not pulled in. --- scripts/setup/requirements.all.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setup/requirements.all.txt b/scripts/setup/requirements.all.txt index 378959cce0f17e..b604dd369b727b 100644 --- a/scripts/setup/requirements.all.txt +++ b/scripts/setup/requirements.all.txt @@ -9,7 +9,6 @@ virtualenv -r requirements.esp32.txt -r requirements.mbed.txt --r requirements.bouffalolab.txt -r requirements.openiotsdk.txt -r requirements.infineon.txt -r requirements.ti.txt