From f9a2501e8985d2c1c40937c35d77f9e738dbe7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 31 Dec 2020 17:55:44 +0200 Subject: [PATCH] Disable buildkit log clipping https://github.com/shivammathur/php5-ubuntu/pull/1#issuecomment-752992153 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4610812..0586d03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,9 @@ jobs: - name: Build if: "contains(github.event.head_commit.message, 'build-php5.3')" + env: + BUILDKIT_STEP_LOG_MAX_SIZE: -1 + BUILDKIT_STEP_LOG_MAX_SPEED: -1 run: | docker build . -f php-5.3/Dockerfile -t php-5.3 docker run --name=php-5.3 php-5.3 sh -c exit