Skip to content

Commit 5afa6e8

Browse files
committed
chore: client fixes
1 parent 26679d6 commit 5afa6e8

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

packages/rust/proxy/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,11 @@ async fn run_proxy(args: Args) -> tg::Result<()> {
326326
mounts: None,
327327
network: Some(false),
328328
parent: None,
329-
path: None,
330329
remote: None,
331330
retry: false,
332331
stderr: None,
333332
stdout: None,
334333
stdin: None,
335-
tag: None,
336334
user: None,
337335
};
338336

packages/std/packages/cc_proxy/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,11 @@ async fn run_proxy(environment: Environment, args: Args) -> tg::Result<()> {
369369
network: Some(false),
370370
mounts: None,
371371
parent: None,
372-
path: None,
373372
remote: None,
374373
retry: false,
375374
stdout: None,
376375
stderr: None,
377376
stdin: None,
378-
tag: None,
379377
user: None,
380378
};
381379
let build_directory = tg::run::run(tg, run_arg)

packages/std/packages/ld_proxy/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ async fn create_wrapper(options: &Options) -> tg::Result<()> {
458458
let value = tg::Referent {
459459
item: tg::Directory::with_id(dir_with_subpath.id).into(),
460460
options: tg::referent::Options {
461+
id: None,
461462
path: None,
462463
tag: None,
463464
},

packages/std/packages/std/manifest.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ fn dependency_from_object_id(id: &tg::object::Id) -> tg::Referent<tg::Object> {
464464
tg::Referent {
465465
item: tg::Object::with_id(id.clone()),
466466
options: tg::referent::Options {
467+
id: None,
467468
path: None,
468469
tag: None,
469470
},

0 commit comments

Comments
 (0)