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

updated bootstrap driver for cc8 aarch64 and ppc64le #5552

Merged
merged 1 commit into from
Feb 14, 2020
Merged
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
4 changes: 4 additions & 0 deletions bootstrap-driver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ cc* )
perl-Time-HiRes perl-Time-Local perl-YAML
patch popt popt-devel python2 readline readline-devel rpm-build
rsync tcl tcsh tk wget which zlib zsh"
cc8_aarch64_platformSeeds="${cc8_amd64_platformSeeds}"
cc8_aarch64_packagesWithProvides="${cc8_amd64_packagesWithProvides} libOpenGL.so.0()(64bit) libGLX.so.0()(64bit)"
cc8_ppc64le_platformSeeds="${cc8_amd64_platformSeeds}"
cc8_ppc64le_packagesWithProvides="${cc8_amd64_packagesWithProvides} libOpenGL.so.0()(64bit) libGLX.so.0()(64bit)"
;;
slc*)
# Backward compatible seeds, so that old bootstrap does not suddenly stop working.
Expand Down