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

@@ -1,14 +1,17 @@
package dagger
import (
"dagger.io/dagger/op"
)
// "dagger.io/dagger/op"
// An artifact such as source code checkout, container image, binary archive...
// May be passed as user input, or computed by a buildkit pipeline
// FIXME (perf). See https://github.com/dagger/dagger/issues/445
#Artifact: _
#Artifact: {
#up: [...op.#Op]
_
...
}
// Secret value
// FIXME: currently aliased as a string to mark secrets