build for oem partners#462
Conversation
sebroy
left a comment
There was a problem hiding this comment.
Do we need to create a special external variant (e.g. external-oem) that, along with having CRA disabled like you have here, has a minimal set of packages (e.g. only those included in minimal-common)?
I created an |
| - --enable challenge-response | ||
| - --remove unix | ||
| when: | ||
| - variant is regex("external-.*") |
There was a problem hiding this comment.
maybe change this to:
when:
- variant != "external-minimal"
- variant is regex("external-.*")
as-is, this will disable CRA for the product, right?
There was a problem hiding this comment.
I do not intend to merge this PR. It was designed to create a one-time build and I posted the PR to make sure that we're not exposing anything of concern to anybody that uses this build.
This PR is a draft for an external build we intend to share with our partners. This PR is part of the external-minimal variant (see delphix/appliance-build#735)