Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions api/services/control/control.pb.go

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

1 change: 1 addition & 0 deletions api/services/control/control.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ message SolveRequest {
bool EnableSessionExporter = 14;
string SourcePolicySession = 15;
int64 CompatibilityVersion = 16;
bool ProxyNetwork = 17;
}

message CacheOptions {
Expand Down
39 changes: 39 additions & 0 deletions api/services/control/control_vtproto.pb.go

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

1 change: 1 addition & 0 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ var allTests = []func(t *testing.T, sb integration.Sandbox){
testUlimit,
testCgroupParent,
testNetworkMode,
testProxyNetworkNoRootless,
testFrontendMetadataReturn,
testFrontendUseSolveResults,
testSSHMount,
Expand Down
Loading