diff --git a/dist/index.js b/dist/index.js index 396f926b..2c3c1654 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 45a2778d..49b6dcfc 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/remote-client/index.ts b/src/model/cloud-runner/remote-client/index.ts index b1fc1d3e..ababb328 100644 --- a/src/model/cloud-runner/remote-client/index.ts +++ b/src/model/cloud-runner/remote-client/index.ts @@ -16,6 +16,7 @@ import BuildParameters from '../../build-parameters'; export class RemoteClient { @CliFunction(`remote-cli-pre-build`, `sets up a repository, usually before a game-ci build`) static async runRemoteClientJob() { + await CloudRunnerSystem.Run(`sudo sysctl kernel.dmesg_restrict=0`, false, true); assert( (await CloudRunnerSystem.Run(`dmesg`, false, true)).includes(`cloud runner build workflow starting`), 'System logs must include startup message',