You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dist and variant attrs to bindist rules / extensions
This change should be backwards compatible, since the attrs are not
mandatory and on Linux we choose the oldest Debian tarball if no dist /
variant has been specified explicitly.
doc="Select a specific `dist` of a GHC binary tarball (e.g. deb10, alpine312) for a platform",
52
+
),
53
+
"variant": attr.string_dict(
54
+
doc="Select a specific `variant` of a GHC binary tarball (e.g. dwarf, native_int) for a platform",
55
+
),
44
56
"target": attr.string(
45
57
mandatory=True,
46
58
doc="The desired architecture (See [ghc_bindist_generated.json](https://github.com/tweag/rules_haskell/blob/master/haskell/private/ghc_bindist_generated.json))",
0 commit comments