mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 18:01:40 -06:00
fix(build): another windows build issue
This commit is contained in:
parent
b06ec734f1
commit
32479503bd
@ -14,7 +14,7 @@ install:
|
||||
- npm install
|
||||
- npm install -g grunt-cli
|
||||
# install gcc (needed for sqlite3)
|
||||
- choco install -y mingw -limitoutput
|
||||
- choco install -y --limit-output mingw
|
||||
- set PATH=C:\tools\mingw64\bin;%PATH%
|
||||
- echo %PATH%
|
||||
- echo %GOPATH%
|
||||
|
@ -17,3 +17,6 @@ func NewSyslog(sec *ini.Section, format log15.Format) *SysLogHandler {
|
||||
func (sw *SysLogHandler) Log(r *log15.Record) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (sw *SysLogHandler) Close() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user