stdlib: simpler and cleaner performance workaround

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2021-05-13 23:20:58 +00:00
committed by Solomon Hykes
parent 78dbb64e6a
commit b526093929
3 changed files with 18 additions and 10 deletions

View File

@@ -50,8 +50,7 @@ import (
// Mount is active when executing `command`, but not `setup`.
mount: [string]: {
// FIXME(perf) should be #Artifact. See https://github.com/dagger/dagger/issues/445
from: {...}
from: dagger.#Artifact
// FIXME: support source path
}