Skip to content
Closed
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
6 changes: 6 additions & 0 deletions crates/stdlib/minimal-ncl/attr_classes.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,11 @@ in
name = "build cost multiple",
desc = "Hint to build infrastructure that this build is much more intensive than the typical, by some factor.",
validate = Number,
},

redistributable = {
name = "redistributable",
desc = "Whether built artifacts of this package may be redistributed through the public binary cache. Absent means true. Set false for packages whose upstream license/ToS forbids redistribution (e.g. vendor-proprietary binaries): build infrastructure then neither uploads, indexes, nor seals their artifacts, and consumers always build locally from the vendor source (gominimal/inbox#290).",
validate = Bool,
}
}