Skip to content

Commit

Permalink
Merge pull request #5552 from cms-sw/smuzaffar-patch-8
Browse files Browse the repository at this point in the history
updated bootstrap driver for cc8 aarch64 and ppc64le
  • Loading branch information
smuzaffar authored Feb 14, 2020
2 parents 53c5f70 + 1d7df82 commit aad3d38
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit aad3d38

Please sign in to comment.