Skip to content

Commit c659667

Browse files
Update integration_tests.py
1 parent a4be750 commit c659667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hermetic_build/library_generation/tests/integration_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def __build_image(cls, docker_file: str, cwd: str):
200200
# we build the docker image without removing intermediate containers, so
201201
# we can re-test more quickly
202202
subprocess.check_call(
203-
["docker", "build", "-f", docker_file, "-t", image_tag, "."],
203+
["DOCKER_BUILDKIT=1", "docker", "build", "-f", docker_file, "-t", image_tag, "."],
204204
cwd=cwd,
205205
)
206206

0 commit comments

Comments
 (0)