mirror of
https://github.com/esphome/esphome.git
synced 2025-06-26 10:13:08 +01:00
Redo docker build system with buildkit+multi-stage and cache pio packages (#2338)
This commit is contained in:
.devcontainer
.github/workflows
docker
DockerfileDockerfile.devDockerfile.hassioDockerfile.lintbuild.pydocker_entrypoint.sh
hassio-rootfs
etc
esphome
script
@ -217,7 +217,9 @@ def lint_ext_check(fname):
|
||||
)
|
||||
|
||||
|
||||
@lint_file_check(exclude=["docker/rootfs/*", "docker/*.py", "script/*", "setup.py"])
|
||||
@lint_file_check(
|
||||
exclude=["**.sh", "docker/hassio-rootfs/**", "docker/*.py", "script/*", "setup.py"]
|
||||
)
|
||||
def lint_executable_bit(fname):
|
||||
ex = EXECUTABLE_BIT[fname]
|
||||
if ex != 100644:
|
||||
|
Reference in New Issue
Block a user