Skip to content

Commit c15d217

Browse files
committed
Minor tidyups
1 parent c879120 commit c15d217

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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
@@ -95,6 +95,7 @@ jobs:
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:

packages/macos/riscv/build-riscv-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export GDB_TARGET_FLAGS_EXTRA
1414
cd 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

0 commit comments

Comments
 (0)