File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7575 - name : Upload Artifact
7676 uses : actions/upload-artifact@v4
7777 with :
78- name : tools-mac
78+ name : tools-mac-arm64
7979 path : |
8080 bin/picotool-*-mac.zip
8181 bin/pico-sdk-tools-*-mac.zip
9595 name : Build MacOS x64
9696 runs-on : ' macos-13'
9797 env :
98+ # Universal picotool is built on arm64
9899 SKIP_PICOTOOL : 1
99100
100101 steps :
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ export GDB_TARGET_FLAGS_EXTRA
1414cd riscv-gnu-toolchain
1515./configure --prefix=$BUILDDIR /$INSTALLDIR --with-arch=rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb --with-abi=ilp32 --with-multilib-generator=" rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb-ilp32--;rv32imac_zicsr_zifencei_zba_zbb_zbs_zbkb-ilp32--"
1616# 4 threads, as 8 threads runs out of memory
17- gmake -j3
17+ gmake -j4
You can’t perform that action at this time.
0 commit comments