Skip to content

Commit

Permalink
Revert "Merge pull request #46 from crazy-max/disable-clipping"
Browse files Browse the repository at this point in the history
This reverts commit 87e1457, reversing
changes made to 370507b.

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Jan 5, 2021
1 parent 87e1457 commit 8f7787f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import * as context from './context';
import * as mexec from './exec';
import * as stateHelper from './state-helper';

const buildkitStepLogMaxSize = 1024 * 8192;
const buildkitStepLogMaxSpeed = -1;

async function run(): Promise<void> {
try {
if (os.platform() !== 'linux') {
Expand Down Expand Up @@ -41,8 +38,6 @@ async function run(): Promise<void> {
await context.asyncForEach(inputs.driverOpts, async driverOpt => {
createArgs.push('--driver-opt', driverOpt);
});
createArgs.push('--driver-opt', 'env.BUILDKIT_STEP_LOG_MAX_SIZE=' + buildkitStepLogMaxSize);
createArgs.push('--driver-opt', 'env.BUILDKIT_STEP_LOG_MAX_SPEED=' + buildkitStepLogMaxSpeed);
if (inputs.buildkitdFlags) {
createArgs.push('--buildkitd-flags', inputs.buildkitdFlags);
}
Expand Down

0 comments on commit 8f7787f

Please sign in to comment.