Skip to content

Instantly share code, notes, and snippets.

View brotherdust's full-sized avatar

Jarad Olson brotherdust

View GitHub Profile
=> ERROR [stage-1 5/5] RUN npm install && PATH=$(npm bin):/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin && ng build --prod 81.6s
=> [stage-0 8/9] COPY build.go build.go 0.0s
=> [stage-0 9/9] RUN go run build.go build 76.7s
=> CACHED [stage-2 2/7] WORKDIR /opt/snmpcollector/ 0.0s
=> CACHED [stage-2 3/7] RUN apk add --no-cache ca-certificates bash tzdata
@brotherdust
brotherdust / gist:5711a9e7693a32b7fb626e8fd2b5f265
Created July 26, 2021 20:18
ESPHome compile output with Platform.IO config flags pull request patch
$ esphome compile em_main.yaml
INFO Reading configuration em_main.yaml...
INFO Detected timezone 'MST' with UTC offset -7 and daylight saving time from 13 March 02:00:00 to 06 November 02:00:00
INFO Generating C++ source...
Traceback (most recent call last):
File "/home/jarad/.pyenv/versions/esphome/bin/esphome", line 8, in <module>
sys.exit(main())
File "/home/jarad/.pyenv/versions/3.8.10/envs/esphome/lib/python3.8/site-packages/esphome/__main__.py", line 750, in main
return run_esphome(sys.argv)
File "/home/jarad/.pyenv/versions/3.8.10/envs/esphome/lib/python3.8/site-packages/esphome/__main__.py", line 737, in run_esphome