Skip to content

Commit

Permalink
Fix bootstrap on M1/M2 mac.
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
bzbarsky-apple committed Aug 9, 2023
1 parent e05fc6e commit 94c254f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/setup/requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94c254f

Please sign in to comment.