File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -197,10 +197,11 @@ jobs:
197
197
run : |
198
198
cyg-get make gcc-core gcc-g++ flex git bison byacc gperf gdb unzip awk `
199
199
automake-1.15 autoconf wget xxd libmpc-devel libncurses-devel `
200
- libmpfr-devel zlib-devel
200
+ libmpfr-devel zlib-devel patch
201
201
- name : Set Cygwin PATH env
202
202
run : |
203
203
echo '::set-env name=PATH::C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin'
204
+ echo "::add-matcher::nuttx/.github/gcc.json"
204
205
- name : Run builds
205
206
shell : cmd
206
207
run : |
Original file line number Diff line number Diff line change @@ -348,6 +348,9 @@ function binutils {
348
348
case $os in
349
349
Darwin)
350
350
brew install binutils
351
+ # It is possible we cached prebuilt but did brew install so recreate
352
+ # simlink if it exists
353
+ rm -f $prebuilt /bintools/bin/objcopy
351
354
ln -s /usr/local/opt/binutils/bin/objcopy $prebuilt /bintools/bin/objcopy
352
355
;;
353
356
esac
You can’t perform that action at this time.
0 commit comments