Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove code invoking Anaconda to build disk images #835

Merged
merged 1 commit into from
Oct 22, 2019

Conversation

cgwalters
Copy link
Member

Since ppc64le has some support for this that just landed in master,
remove most of the code and references to Anaconda. We create
disk images directly on all architectures.

Some more background in:
#91

@miabbott
Copy link
Member

Looks sane. Would be good to get some of the multi-arch folks to review. cc: @tuan-hoang1 @jcajka @Prashanth684

Copy link
Contributor

@darkmuggle darkmuggle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than one question, this looks good to me.

@Prashanth684
Copy link
Contributor

lgtm!

fi
;;
"x86_64"|"aarch64"|"s390x"|"ppc64le") ;;
*) fatal "$basearch is not supported for this command" ;;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, would it make sense to just move it somewhere near the top of cmdlib.sh and have a more generic error?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly - though I'd like to keep this PR scoped to mostly just deleting code so we can back it out more easily if need be.

However, thinking about this one more - it feels a bit harsh to people porting to other architectures if we make cosa refuse to work at all, versus just the disk image building part. So I think this probably makes sense here still.

Since ppc64le has some support for this that just landed in master,
remove most of the code and references to Anaconda.  We create
disk images directly on all architectures.

Some more background in:
coreos#91
@cgwalters
Copy link
Member Author

Fixed last nit and rebased 🏄‍♂️ - any objections to pushing the green button on this soon?

Copy link
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jlebon
Copy link
Member

jlebon commented Oct 22, 2019

--- FAIL: fcos.python (25.00s)
        python.go:43: python3-3.7.4-5.fc31.x86_64 should not be installed

Ahh right, that's #865.
Everything else looks good!

@jlebon jlebon merged commit 8e4c370 into coreos:master Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants