Skip to content

Commit 085ed57

Browse files
committed
Imported bugfix from upstream
- Auto-disable (deep) caching of core builds if needed arduino/arduino-cli#479 - Print "multiple libraries found for header.h" message only when it really happens. arduino/arduino-cli#478
1 parent f5af1e9 commit 085ed57

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/arduino/arduino-builder
33
go 1.12
44

55
require (
6-
github.com/arduino/arduino-cli v0.0.0-20191108120930-bc6c82320189
6+
github.com/arduino/arduino-cli v0.0.0-20191111140415-d3c1d5031178
77
github.com/arduino/go-paths-helper v1.0.1
88
github.com/arduino/go-properties-orderedmap v0.0.0-20191016140733-00365bfa6b40
99
github.com/go-errors/errors v1.0.1

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMT
33
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
44
github.com/arduino/arduino-cli v0.0.0-20191108120930-bc6c82320189 h1:99f9ygNm3fRA87+CeHVm4pEvJjZJUzhKKaGCkORgijM=
55
github.com/arduino/arduino-cli v0.0.0-20191108120930-bc6c82320189/go.mod h1:2WHoApmQByiIoGROOiggCcDScAdMxbqNTEiLmKSTd1w=
6+
github.com/arduino/arduino-cli v0.0.0-20191111140415-d3c1d5031178 h1:HHxUHQ6TTvqR9q1/K5nxmK8EKvQzAB2R4HyU4A2ep4Q=
7+
github.com/arduino/arduino-cli v0.0.0-20191111140415-d3c1d5031178/go.mod h1:2WHoApmQByiIoGROOiggCcDScAdMxbqNTEiLmKSTd1w=
68
github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c h1:agh2JT96G8egU7FEb13L4dq3fnCN7lxXhJ86t69+W7s=
79
github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8=
810
github.com/arduino/go-paths-helper v1.0.1 h1:utYXLM2RfFlc9qp/MJTIYp3t6ux/xM6mWjeEb/WLK4Q=

0 commit comments

Comments
 (0)